mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-03 10:24:42 +00:00
Ignore .cache/ generated by running the cookiecutter-django tests.
This commit is contained in:
parent
7e8f58d6ec
commit
21d1c887e3
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -30,3 +30,6 @@ _build
|
|||
local_settings.py
|
||||
repo_name
|
||||
my_test_project/*
|
||||
|
||||
# Generated when running py.test for the cookiecutter-django generation tests
|
||||
.cache/
|
||||
|
|
|
|||
Loading…
Reference in a new issue