mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-29 02:07:05 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -39,24 +39,24 @@ __pycache__/
|
||||
db.sqlite3
|
||||
|
||||
# Django static files
|
||||
/django/staticfiles/
|
||||
/django/static/
|
||||
/django-backend/staticfiles/
|
||||
/django-backend/static/
|
||||
|
||||
# Django media files
|
||||
/django/media/
|
||||
/django-backend/media/
|
||||
|
||||
# Django migrations (keep the files, ignore bytecode)
|
||||
**/migrations/__pycache__/
|
||||
|
||||
# Python virtual environment
|
||||
/django/venv/
|
||||
/django/env/
|
||||
/django/.venv/
|
||||
/django-backend/venv/
|
||||
/django-backend/env/
|
||||
/django-backend/.venv/
|
||||
*.env
|
||||
!.env.example
|
||||
|
||||
# Django local settings
|
||||
/django/config/settings/local_override.py
|
||||
/django-backend/config/settings/local_override.py
|
||||
|
||||
# Celery
|
||||
celerybeat-schedule
|
||||
|
||||
Reference in New Issue
Block a user