Update .gitignore to reflect directory structure changes
Also removed some unused ignore lines.
This commit is contained in:
parent
6d4fee3c3b
commit
2d2ab565da
1 changed files with 3 additions and 6 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,8 +1,5 @@
|
||||||
*~
|
*~
|
||||||
#*#
|
#*#
|
||||||
*.pyc
|
__pycache__
|
||||||
www/djangocommonsettings.py
|
conservancy/djangocommonsettings.py
|
||||||
www/conservancy/static/source
|
|
||||||
logs
|
|
||||||
www/conservancy/static/videos/*.webm
|
|
||||||
www/conservancy/static/videos/*.ogv
|
|
||||||
|
|
Loading…
Reference in a new issue