Ignore all .DS_Store files, not just the one in the project root.

This commit is contained in:
James Clarke 2013-01-26 11:06:26 +00:00 committed by GJ
parent 83e0e0770a
commit 816a7f1559

2
.gitignore vendored
View File

@ -24,7 +24,7 @@
/world /world
# Mac filesystem dust # Mac filesystem dust
/.DS_Store .DS_Store
# intellij # intellij
*.iml *.iml