File tree Expand file tree Collapse file tree 3 files changed +39
-5
lines changed
Expand file tree Collapse file tree 3 files changed +39
-5
lines changed Original file line number Diff line number Diff line change 1+ # Xcode
2+ #
3+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+ # # Build generated
16build /
7+ DerivedData
8+
9+ # # Various settings
210* .pbxuser
311! default.pbxuser
412* .mode1v3
816* .perspectivev3
917! default.perspectivev3
1018xcuserdata
19+
20+ # # Other
1121* .xccheckout
1222* .moved-aside
13- DerivedData
1423* .xcuserstate
Original file line number Diff line number Diff line change 11# Xcode
22#
3+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+ # # Build generated
36build /
7+ DerivedData
8+
9+ # # Various settings
410* .pbxuser
511! default.pbxuser
612* .mode1v3
@@ -10,12 +16,15 @@ build/
1016* .perspectivev3
1117! default.perspectivev3
1218xcuserdata
19+
20+ # # Other
1321* .xccheckout
1422* .moved-aside
15- DerivedData
23+ * .xcuserstate
24+
25+ # # Obj-C/Swift specific
1626* .hmap
1727* .ipa
18- * .xcuserstate
1928
2029# CocoaPods
2130#
@@ -24,3 +33,10 @@ DerivedData
2433# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
2534#
2635# Pods/
36+
37+ # Carthage
38+ #
39+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
40+ # Carthage/Checkouts
41+
42+ Carthage /Build
Original file line number Diff line number Diff line change 11# Xcode
22#
3+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+ # # Build generated
36build /
7+ DerivedData
8+
9+ # # Various settings
410* .pbxuser
511! default.pbxuser
612* .mode1v3
@@ -10,12 +16,15 @@ build/
1016* .perspectivev3
1117! default.perspectivev3
1218xcuserdata
19+
20+ # # Other
1321* .xccheckout
1422* .moved-aside
15- DerivedData
23+ * .xcuserstate
24+
25+ # # Obj-C/Swift specific
1626* .hmap
1727* .ipa
18- * .xcuserstate
1928
2029# CocoaPods
2130#
You can’t perform that action at this time.
0 commit comments