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