ticket-website/.gitignore
corbz 7d52bbec66 Changed how the user avatar is stored
its now media/users/USER_UUID/icon.webp every time.

it also defaults to static/images/defaultuser.webp
2024-01-05 22:58:43 +00:00

38 lines
412 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/assets/node_modules
apps/static/assets/yarn.lock
apps/static/assets/.temp