Skip to content

Commit e062855

Browse files
committed
Update .gitignore
1 parent de92d9b commit e062855

File tree

2 files changed

+19
-109
lines changed

2 files changed

+19
-109
lines changed

.gitignore

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Xcode
22
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
36
build/
7+
DerivedData
8+
9+
## Various settings
410
*.pbxuser
511
!default.pbxuser
612
*.mode1v3
@@ -10,12 +16,16 @@ build/
1016
*.perspectivev3
1117
!default.perspectivev3
1218
xcuserdata
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

ReactiveTask.xcworkspace/xcshareddata/ReactiveTask.xcscmblueprint

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)