Explorar el Código

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

Christian Noon hace 10 años
padre
commit
7e11ec061a
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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