ticket-website/.gitignore

38 lines
390 B
Plaintext

# user uploaded files
media/
# byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# env vars
.env
# tests and coverage
*.pytest_cache
.coverage
# database & logs
*.db
*.sqlite3
*.log
# venv
env
venv
# other
.DS_Store
# javascript
package-lock.json
staticfiles/*
!staticfiles/.gitkeep
.vscode/symbols.json
apps/static/node_modules
apps/static/yarn.lock
apps/static/.temp