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.
2 parents 369766d + 5bd4330 commit 4cd753fCopy full SHA for 4cd753f
Global/Xcode.gitignore
@@ -0,0 +1,17 @@
1
+build/
2
+*.pbxuser
3
+!default.pbxuser
4
+*.mode1v3
5
+!default.mode1v3
6
+*.mode2v3
7
+!default.mode2v3
8
+*.perspectivev3
9
+!default.perspectivev3
10
+xcuserdata
11
+*.xccheckout
12
+profile
13
+*.moved-aside
14
+DerivedData
15
+*.hmap
16
+*.ipa
17
+
Objective-C.gitignore
@@ -1,21 +1,3 @@
-# Xcode
-build/
-*.pbxuser
-!default.pbxuser
-*.mode1v3
-!default.mode1v3
-*.mode2v3
-!default.mode2v3
-*.perspectivev3
-!default.perspectivev3
-xcuserdata
-*.xccheckout
-profile
-*.moved-aside
-DerivedData
-*.hmap
-*.ipa
18
-
19
# CocoaPods
20
#
21
# We recommend against adding the Pods directory to your .gitignore. However
0 commit comments