We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763cea9 commit 4a96e8eCopy full SHA for 4a96e8e
.gitignore
@@ -0,0 +1,35 @@
1
+# Xcode
2
+#
3
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
+
5
+## Build generated
6
+build/
7
+DerivedData
8
9
+## Various settings
10
+*.pbxuser
11
+!default.pbxuser
12
+*.mode1v3
13
+!default.mode1v3
14
+*.mode2v3
15
+!default.mode2v3
16
+*.perspectivev3
17
+!default.perspectivev3
18
+xcuserdata
19
20
+## Other
21
+*.xccheckout
22
+*.moved-aside
23
+*.xcuserstate
24
+*.xcscmblueprint
25
26
+## Obj-C/Swift specific
27
+*.hmap
28
+*.ipa
29
30
+# Carthage
31
32
+# Add this line if you want to avoid checking in source code from Carthage dependencies.
33
+# Carthage/Checkouts
34
35
+Carthage/Build
0 commit comments