Marco Bambini
8 years ago
1 changed files with
20 additions and
0 deletions
-
20
0
.gitignore
|
@@ -31,3 +31,23 @@
|
|
|
# Debug files
|
|
|
*.dSYM/
|
|
|
*.su
|
|
|
+
|
|
|
+## Build generated
|
|
|
+build/
|
|
|
+DerivedData/
|
|
|
+
|
|
|
+## Various settings
|
|
|
+*.pbxuser
|
|
|
+!default.pbxuser
|
|
|
+*.mode1v3
|
|
|
+!default.mode1v3
|
|
|
+*.mode2v3
|
|
|
+!default.mode2v3
|
|
|
+*.perspectivev3
|
|
|
+!default.perspectivev3
|
|
|
+xcuserdata/
|
|
|
+
|
|
|
+## Other
|
|
|
+*.moved-aside
|
|
|
+*.xccheckout
|
|
|
+*.xcscmblueprint
|