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 e02bc4a commit 737a86cCopy full SHA for 737a86c
.gitignore
@@ -0,0 +1,34 @@
1
+# Xcode
2
+#
3
+# https://github.com/github/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
+## CocoaPods
31
+Pods/
32
33
+## Carthage
34
+Carthage/
0 commit comments