File tree Expand file tree Collapse file tree 2 files changed +19
-109
lines changed
ReactiveTask.xcworkspace/xcshareddata Expand file tree Collapse file tree 2 files changed +19
-109
lines changed 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,16 @@ build/
1016* .perspectivev3
1117! default.perspectivev3
1218xcuserdata
19+
20+ # # Other
1321* .xccheckout
1422* .moved-aside
15- DerivedData
23+ * .xcuserstate
24+ * .xcscmblueprint
25+
26+ # # Obj-C/Swift specific
1627* .hmap
1728* .ipa
18- * .xcuserstate
1929
2030# CocoaPods
2131#
@@ -24,3 +34,10 @@ DerivedData
2434# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
2535#
2636# Pods/
37+
38+ # Carthage
39+ #
40+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
41+ # Carthage/Checkouts
42+
43+ Carthage /Build
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments