mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 14:04:52 +03:00
Celery jinja condition in .gitignore
This commit is contained in:
parent
80ae32259c
commit
f988ffbbf2
2
{{cookiecutter.project_slug}}/.gitignore
vendored
2
{{cookiecutter.project_slug}}/.gitignore
vendored
|
@ -62,8 +62,10 @@ target/
|
|||
# pyenv
|
||||
.python-version
|
||||
|
||||
{% if cookiecutter.use_celery == 'y' -%}
|
||||
# celery beat schedule file
|
||||
celerybeat-schedule
|
||||
{%- endif %}
|
||||
|
||||
# Environments
|
||||
.venv
|
||||
|
|
Loading…
Reference in New Issue
Block a user