mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-23 19:35:49 +00:00
gitignore generated project's .cache/ dir (#1061)
This commit is contained in:
parent
e9d94dbf52
commit
e365c39f2a
1 changed files with 3 additions and 0 deletions
3
{{cookiecutter.project_slug}}/.gitignore
vendored
3
{{cookiecutter.project_slug}}/.gitignore
vendored
|
|
@ -76,3 +76,6 @@ mailhog
|
|||
{% endif %}
|
||||
|
||||
staticfiles/
|
||||
|
||||
.cache/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue