mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
Adds celerybeat db to gitignore
Doesn't make sense to have the task scheduling db in any VCS.
This commit is contained in:
parent
aa157bba18
commit
76b1858861
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -34,6 +34,9 @@ my_test_project/*
|
||||||
# Generated when running py.test for the cookiecutter-django generation tests
|
# Generated when running py.test for the cookiecutter-django generation tests
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
|
# Generated when running celery beat
|
||||||
|
celerybeat-schedule.db
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
.coverage
|
||||||
.tox
|
.tox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user