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.
0 parents commit b8265afCopy full SHA for b8265af
.gitignore
@@ -0,0 +1,35 @@
1
+# Xcode
2
+build/
3
+DerivedData/
4
+
5
+*.pbxuser
6
+*.mode1v3
7
+*.mode2v3
8
+*.perspectivev3
9
+*.xccheckout
10
+*.moved-aside
11
+*.xcworkspace
12
+*.xcuserstate
13
14
+xcuserdata
15
16
+!default.pbxuser
17
+!default.mode1v3
18
+!default.mode2v3
19
+!default.perspectivev3
20
+!default.xcworkspace
21
22
+profile
23
+*.hmap
24
+*.ipa
25
26
+# CocoaPods
27
+Pods/
28
+!Podfile.lock
29
30
+# Temporary files
31
+.DS_Store
32
+.Trashes
33
+.Spotlight-V100
34
+*.swp
35
+*.lock
0 commit comments