feat(gitignore): [M] add settings.py to gitignore file
[M] add settings.py to gitignore file Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
parent
446b1dc2e5
commit
0228221b91
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,9 @@ __pycache__/
|
|||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
# settings
|
||||||
|
dsite/settings.py
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
build/
|
build/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user