ba-thesis/.gitignore

33 lines
415 B
Plaintext
Raw Normal View History

# Locally installed environments
2023-05-10 17:19:38 +02:00
/.venv/
/node_modules/
2023-05-12 04:59:05 +02:00
# Local development database
/.postgres/
2023-05-10 17:19:38 +02:00
# Cache files and directories
**/*.pyc
**/__pycache__/
2023-05-10 17:19:38 +02:00
/.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
2023-06-05 12:27:33 +02:00
# Libreoffice lock files
**/.~lock*