Ignore pyc files and djangocommonsettings file.
This commit is contained in:
parent
cca28f0a0f
commit
d8729828af
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
*~
|
*~
|
||||||
#*#
|
#*#
|
||||||
|
*.pyc
|
||||||
|
djangocommonsettings.py
|
||||||
|
|
Loading…
Reference in a new issue