mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-10 08:02:26 +03:00
Added Whitelist for /compose/local/ (#1322)
Something in the file above ignores the /compose/local directory, which is not an expected pattern. Barring a reasonable explanation or modification of the above rules, this whitelists that folder.
This commit is contained in:
parent
a42df4f1b2
commit
7cb8da9df6
6
{{cookiecutter.project_slug}}/.gitignore
vendored
6
{{cookiecutter.project_slug}}/.gitignore
vendored
|
@ -361,3 +361,9 @@ 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