mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
parent
f22f8e3716
commit
b7172cfeba
16
{{cookiecutter.project_slug}}/.gitignore
vendored
16
{{cookiecutter.project_slug}}/.gitignore
vendored
|
@ -324,7 +324,7 @@ Session.vim
|
||||||
|
|
||||||
# Auto-generated tag files
|
# Auto-generated tag files
|
||||||
tags
|
tags
|
||||||
|
{% if cookiecutter.use_docker == 'n' %}
|
||||||
|
|
||||||
### VirtualEnv template
|
### VirtualEnv template
|
||||||
# Virtualenv
|
# Virtualenv
|
||||||
|
@ -337,16 +337,10 @@ tags
|
||||||
[Ss]cripts
|
[Ss]cripts
|
||||||
pyvenv.cfg
|
pyvenv.cfg
|
||||||
pip-selfcheck.json
|
pip-selfcheck.json
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
### Project template
|
||||||
{% if cookiecutter.use_mailhog == 'y' and cookiecutter.use_docker == 'n' -%}
|
{% if cookiecutter.use_mailhog == 'y' and cookiecutter.use_docker == 'n' %}
|
||||||
MailHog
|
MailHog
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{{ cookiecutter.project_slug }}/media/
|
{{ cookiecutter.project_slug }}/media/
|
||||||
|
|
||||||
{% if cookiecutter.use_docker == 'y' -%}
|
|
||||||
# Added to maintain local compose files which are ignored by something above.
|
|
||||||
# See issue https://github.com/pydanny/cookiecutter-django/issues/1321
|
|
||||||
!/compose/local/
|
|
||||||
{% endif %}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user