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 d3a11dd commit f6d93a5Copy full SHA for f6d93a5
.gitignore
@@ -1,5 +1,9 @@
1
-# Xcode
+# OS X
2
+#
3
.DS_Store
4
+
5
+# Xcode
6
7
build/
8
*.pbxuser
9
!default.pbxuser
@@ -9,10 +13,14 @@ build/
13
!default.mode2v3
10
14
*.perspectivev3
11
15
!default.perspectivev3
12
-*.xcworkspace
-!default.xcworkspace
16
xcuserdata
-profile
17
+*.xccheckout
18
*.moved-aside
19
DerivedData
-.idea/
20
+*.hmap
21
+*.ipa
22
+*.xcuserstate
23
24
+# Cocoapods
25
26
+Pods
0 commit comments