Browse Source

XCode gitignore

Thomas Buck 8 years ago
parent
commit
136c7f8180
1 changed files with 22 additions and 0 deletions
  1. 22
    0
      .gitignore

+ 22
- 0
.gitignore View File

@@ -1 +1,23 @@
1 1
 .DS_Store
2
+
3
+build/
4
+DerivedData
5
+
6
+*.pbxuser
7
+!default.pbxuser
8
+*.mode1v3
9
+!default.mode1v3
10
+*.mode2v3
11
+!default.mode2v3
12
+*.perspectivev3
13
+!default.perspectivev3
14
+xcuserdata
15
+
16
+*.xccheckout
17
+*.moved-aside
18
+*.xcuserstate
19
+*.xcscmblueprint
20
+
21
+*.hmap
22
+*.ipa
23
+

Loading…
Cancel
Save