Parcourir la source

Added an ignore flag for .DS_Store files and fixed up some spacing.

Christian Noon il y a 10 ans
Parent
commit
7e11ec061a
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      .gitignore

+ 3 - 2
.gitignore

@@ -1,5 +1,7 @@
-# Xcode
+# Mac OS X
+.DS_Store
 
+# Xcode
 build/
 *.pbxuser
 !default.pbxuser
@@ -18,5 +20,4 @@ DerivedData
 *.xcuserstate
 
 # Carthage
-
 Carthage/Build