mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
gitignore generated project's .cache/ dir (#1061)
This commit is contained in:
parent
e9d94dbf52
commit
e365c39f2a
3
{{cookiecutter.project_slug}}/.gitignore
vendored
3
{{cookiecutter.project_slug}}/.gitignore
vendored
|
@ -76,3 +76,6 @@ mailhog
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
staticfiles/
|
staticfiles/
|
||||||
|
|
||||||
|
.cache/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user