Update .gitignore to include .DS_Store ignore
This commit is contained in:
parent
0103450841
commit
867cf866f8
|
@ -1,6 +1,9 @@
|
||||||
# Current Project Ignores
|
# Current Project Ignores
|
||||||
config/settings/local.py
|
config/settings/local.py
|
||||||
|
|
||||||
|
# OS ignores
|
||||||
|
*.DS_STORE
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
Loading…
Reference in New Issue