Celery jinja condition in .gitignore

This commit is contained in:
Nikita P. Shupeyko 2018-03-27 15:51:59 +03:00
parent 80ae32259c
commit f988ffbbf2

View File

@ -62,8 +62,10 @@ target/
# pyenv
.python-version
{% if cookiecutter.use_celery == 'y' -%}
# celery beat schedule file
celerybeat-schedule
{%- endif %}
# Environments
.venv