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:
Ching 2021-10-26 15:53:34 +08:00
parent 446b1dc2e5
commit 0228221b91

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ __pycache__/
# C extensions
*.so
# settings
dsite/settings.py
# Distribution / packaging
.Python
build/