ba-thesis/.gitignore

34 lines
404 B
Plaintext
Raw Normal View History

2023-05-10 17:19:38 +02:00
# Backend config file
/config.py
# Local environments
/.venv/
/node_modules/
2023-05-12 04:59:05 +02:00
# Local development database
/.postgres/
/.omnidb/
2023-05-10 17:19:38 +02:00
# Cache files and directories
*.pyc
__pycache__/
/.parcel-cache/
# Bundled files
/dist/
# Latex compiled files
2023-04-26 10:25:42 +02:00
**/*.aux
2023-04-27 01:50:54 +02:00
**/*.bbl
**/*.bcf
**/*.blg
2023-04-26 10:25:42 +02:00
**/*.gz
2023-04-27 01:50:54 +02:00
**/*.log
**/*.out
**/*.run.xml
2023-05-10 17:19:38 +02:00
docs/proposal/*.pdf
2023-05-11 14:45:26 +02:00
# Drawio backup and lock files
**/*.drawio.bkp
**/*.drawio.dtmp