mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 19:12:25 +03:00
ignore the staticfiles dir and .DS_Store
This commit is contained in:
parent
a6eefe40b9
commit
0474a4f01e
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,4 +2,6 @@
|
||||||
*.pot
|
*.pot
|
||||||
*.pyc
|
*.pyc
|
||||||
local_settings.py
|
local_settings.py
|
||||||
repo_name
|
repo_name
|
||||||
|
staticfiles
|
||||||
|
.DS_Store
|
Loading…
Reference in New Issue
Block a user