We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95aad8 commit 76df0b5Copy full SHA for 76df0b5
.gitignore
@@ -1,6 +1,23 @@
1
-# Xcode per-user config
2
-*.mode1
+## Build generated
+build/
3
+DerivedData
4
+
5
+## Various settings
6
+*.pbxuser
7
+!default.pbxuser
8
*.mode1v3
9
+!default.mode1v3
10
*.mode2v3
-*.pbxuser
-xcuserdata/
11
+!default.mode2v3
12
+*.perspectivev3
13
+!default.perspectivev3
14
+xcuserdata
15
16
+## Other
17
+*.xccheckout
18
+*.moved-aside
19
+*.xcuserstate
20
+*.xcscmblueprint
21
22
+# Carthage
23
+Carthage/Build
0 commit comments