Files
thrilltrack-explorer/.gitignore

87 lines
1.0 KiB
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.snapshots/config.json
.snapshots/sponsors.md
.snapshots/
context_portal
# Django
*.pyc
__pycache__/
*.py[cod]
*$py.class
# Django database
*.sqlite3
*.db
db.sqlite3
# Django static files
/django-backend/staticfiles/
/django-backend/static/
# Django media files
/django-backend/media/
# Django migrations (keep the files, ignore bytecode)
**/migrations/__pycache__/
# Python virtual environment
/django-backend/venv/
/django-backend/env/
/django-backend/.venv/
*.env
!.env.example
# Django local settings
/django-backend/config/settings/local_override.py
# Celery
celerybeat-schedule
celerybeat.pid
# Coverage reports
htmlcov/
.coverage
.coverage.*
.pytest_cache/
.tox/
# IDE
*.swp
*.swo
*~
.project
.pydevproject
.settings/
# OS files
.DS_Store
Thumbs.db
.next/
.out/
.build/