Adds celerybeat db to gitignore

Doesn't make sense to have the task scheduling db in any VCS.
This commit is contained in:
Luis Nell 2016-01-13 21:25:27 +01:00
parent aa157bba18
commit 76b1858861

3
.gitignore vendored
View File

@ -34,6 +34,9 @@ my_test_project/*
# Generated when running py.test for the cookiecutter-django generation tests
.cache/
# Generated when running celery beat
celerybeat-schedule.db
# Unit test / coverage reports
.coverage
.tox