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 9892eb8 commit 12989b8Copy full SHA for 12989b8
.gitignore
@@ -1,8 +1,17 @@
1
-# CocoaPods
2
-#
3
-# We recommend against adding the Pods directory to your .gitignore. However
4
-# you should judge for yourself, the pros and cons are mentioned at:
5
-# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
6
7
-# Pods/
+# Xcode
+build/*
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
8
+!default.mode2v3
9
+*.perspectivev3
10
+!default.perspectivev3
11
+*.xcworkspace
12
+!default.xcworkspace
13
+xcuserdata
14
+profile
15
+*.moved-aside
16
17
+Carthage.build
0 commit comments