Add Celery Beat schedule files to .gitignore and remove from tracking
These files are automatically generated by Celery Beat and should not be version controlled. They contain runtime schedule state and are specific to each environment. Files removed from tracking: - celerybeat-schedule - celerybeat-schedule-shm - celerybeat-schedule-wal Added to .gitignore to prevent future accidental commits.
This commit is contained in:
5
myproject/.gitignore
vendored
5
myproject/.gitignore
vendored
@@ -63,6 +63,11 @@ htmlcov/
|
|||||||
# */migrations/*.py
|
# */migrations/*.py
|
||||||
# !*/migrations/__init__.py
|
# !*/migrations/__init__.py
|
||||||
|
|
||||||
|
# Celery Beat schedule database (автоматически создаётся при запуске celery beat)
|
||||||
|
celerybeat-schedule
|
||||||
|
celerybeat-schedule-shm
|
||||||
|
celerybeat-schedule-wal
|
||||||
|
|
||||||
# Documentation files in root (сгенерированные документы)
|
# Documentation files in root (сгенерированные документы)
|
||||||
/CELERY_SETUP_GUIDE.md
|
/CELERY_SETUP_GUIDE.md
|
||||||
/FINAL_REPORT.md
|
/FINAL_REPORT.md
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user