We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 414e396Copy full SHA for 414e396
.gitignore
@@ -0,0 +1,26 @@
1
+# Xcode
2
+#
3
+.DS_Store
4
+build/
5
+*.pbxuser
6
+!default.pbxuser
7
+*.mode1v3
8
+!default.mode1v3
9
+*.mode2v3
10
+!default.mode2v3
11
+*.perspectivev3
12
+!default.perspectivev3
13
+xcuserdata
14
+*.xccheckout
15
+*.moved-aside
16
+DerivedData
17
+*.hmap
18
+*.ipa
19
+
20
+# CocoaPods
21
22
+# We recommend against adding the Pods directory to your .gitignore. However
23
+# you should judge for yourself, the pros and cons are mentioned at:
24
+# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
25
26
+# Pods/
0 commit comments