Add .DS_Store to .gitignore for Mac developers
This commit is contained in:
parent
86b2e383e1
commit
608e657e3a
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,7 @@ localbuildsettings.py
|
|||||||
*.bak
|
*.bak
|
||||||
*.project
|
*.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
### JetBrains IDE Ignores ###
|
### JetBrains IDE Ignores ###
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||||
@ -24,4 +25,4 @@ localbuildsettings.py
|
|||||||
.idea/dataSources.local.xml
|
.idea/dataSources.local.xml
|
||||||
.idea/sqlDataSources.xml
|
.idea/sqlDataSources.xml
|
||||||
.idea/dynamic.xml
|
.idea/dynamic.xml
|
||||||
.idea/uiDesigner.xml
|
.idea/uiDesigner.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user