ba-thesis/.gitignore

33 lines
415 B
Plaintext

# Locally installed environments
/.venv/
/node_modules/
# Local development database
/.postgres/
# Cache files and directories
**/*.pyc
**/__pycache__/
/.parcel-cache/
# Bundled files
/dist/
# Latex compiled files
**/*.aux
**/*.bbl
**/*.bcf
**/*.blg
**/*.gz
**/*.log
**/*.out
**/*.run.xml
docs/proposal/*.pdf
# Drawio backup and lock files
**/*.drawio.bkp
**/*.drawio.dtmp
# Libreoffice lock files
**/.~lock*