mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 06:03:09 +00:00
Gitignore .pytest_cache/ in project template
This commit is contained in:
parent
0ff3236ce4
commit
911e822e85
1 changed files with 2 additions and 0 deletions
2
{{cookiecutter.project_slug}}/.gitignore
vendored
2
{{cookiecutter.project_slug}}/.gitignore
vendored
|
|
@ -341,3 +341,5 @@ pip-selfcheck.json
|
|||
MailHog
|
||||
{%- endif %}
|
||||
{{ cookiecutter.project_slug }}/media/
|
||||
|
||||
.pytest_cache/
|
||||
|
|
|
|||
Loading…
Reference in a new issue