File tree 3 files changed +39
-5
lines changed
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
1
6
build /
7
+ DerivedData
8
+
9
+ # # Various settings
2
10
* .pbxuser
3
11
! default.pbxuser
4
12
* .mode1v3
8
16
* .perspectivev3
9
17
! default.perspectivev3
10
18
xcuserdata
19
+
20
+ # # Other
11
21
* .xccheckout
12
22
* .moved-aside
13
- DerivedData
14
23
* .xcuserstate
Original file line number Diff line number Diff line change 1
1
# Xcode
2
2
#
3
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
+
5
+ # # Build generated
3
6
build /
7
+ DerivedData
8
+
9
+ # # Various settings
4
10
* .pbxuser
5
11
! default.pbxuser
6
12
* .mode1v3
@@ -10,12 +16,15 @@ build/
10
16
* .perspectivev3
11
17
! default.perspectivev3
12
18
xcuserdata
19
+
20
+ # # Other
13
21
* .xccheckout
14
22
* .moved-aside
15
- DerivedData
23
+ * .xcuserstate
24
+
25
+ # # Obj-C/Swift specific
16
26
* .hmap
17
27
* .ipa
18
- * .xcuserstate
19
28
20
29
# CocoaPods
21
30
#
@@ -24,3 +33,10 @@ DerivedData
24
33
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
25
34
#
26
35
# 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 1
1
# Xcode
2
2
#
3
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
+
5
+ # # Build generated
3
6
build /
7
+ DerivedData
8
+
9
+ # # Various settings
4
10
* .pbxuser
5
11
! default.pbxuser
6
12
* .mode1v3
@@ -10,12 +16,15 @@ build/
10
16
* .perspectivev3
11
17
! default.perspectivev3
12
18
xcuserdata
19
+
20
+ # # Other
13
21
* .xccheckout
14
22
* .moved-aside
15
- DerivedData
23
+ * .xcuserstate
24
+
25
+ # # Obj-C/Swift specific
16
26
* .hmap
17
27
* .ipa
18
- * .xcuserstate
19
28
20
29
# CocoaPods
21
30
#
You can’t perform that action at this time.
0 commit comments