File tree Expand file tree Collapse file tree 2 files changed +28
-24
lines changed Expand file tree Collapse file tree 2 files changed +28
-24
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
4
5
- ## Build generated
5
+ ## User settings
6
+ xcuserdata/
7
+
8
+ ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9
+ *.xcscmblueprint
10
+ *.xccheckout
11
+
12
+ ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
6
13
build/
7
14
DerivedData/
8
-
9
- ## Various settings
15
+ *.moved-aside
10
16
*.pbxuser
11
17
!default.pbxuser
12
18
*.mode1v3
@@ -15,15 +21,11 @@ DerivedData/
15
21
!default.mode2v3
16
22
*.perspectivev3
17
23
!default.perspectivev3
18
- xcuserdata/
19
-
20
- ## Other
21
- *.moved-aside
22
- *.xccheckout
23
- *.xcscmblueprint
24
24
25
25
## Obj-C/Swift specific
26
26
*.hmap
27
+
28
+ ## App packaging
27
29
*.ipa
28
30
*.dSYM.zip
29
31
*.dSYM
@@ -44,12 +46,12 @@ xcuserdata/
44
46
# Add this line if you want to avoid checking in source code from Carthage dependencies.
45
47
# Carthage/Checkouts
46
48
47
- Carthage/Build
49
+ Carthage/Build/
48
50
49
51
# fastlane
50
52
#
51
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
52
- # screenshots whenever they are needed.
53
+ # It is recommended to not store the screenshots in the git repo.
54
+ # Instead, use fastlane to re-generate the screenshots whenever they are needed.
53
55
# For more information about the recommended setup visit:
54
56
# https://docs.fastlane.tools/best-practices/source-control/#source-control
55
57
Original file line number Diff line number Diff line change 2
2
#
3
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
4
5
- ## Build generated
5
+ ## User settings
6
+ xcuserdata/
7
+
8
+ ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9
+ *.xcscmblueprint
10
+ *.xccheckout
11
+
12
+ ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
6
13
build/
7
14
DerivedData/
8
-
9
- ## Various settings
15
+ *.moved-aside
10
16
*.pbxuser
11
17
!default.pbxuser
12
18
*.mode1v3
@@ -15,15 +21,11 @@ DerivedData/
15
21
!default.mode2v3
16
22
*.perspectivev3
17
23
!default.perspectivev3
18
- xcuserdata/
19
-
20
- ## Other
21
- *.moved-aside
22
- *.xccheckout
23
- *.xcscmblueprint
24
24
25
25
## Obj-C/Swift specific
26
26
*.hmap
27
+
28
+ ## App packaging
27
29
*.ipa
28
30
*.dSYM.zip
29
31
*.dSYM
@@ -62,16 +64,16 @@ playground.xcworkspace
62
64
# Add this line if you want to avoid checking in source code from Carthage dependencies.
63
65
# Carthage/Checkouts
64
66
65
- Carthage/Build
67
+ Carthage/Build/
66
68
67
69
# Accio dependency management
68
70
Dependencies/
69
71
.accio/
70
72
71
73
# fastlane
72
74
#
73
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
74
- # screenshots whenever they are needed.
75
+ # It is recommended to not store the screenshots in the git repo.
76
+ # Instead, use fastlane to re-generate the screenshots whenever they are needed.
75
77
# For more information about the recommended setup visit:
76
78
# https://docs.fastlane.tools/best-practices/source-control/#source-control
77
79
You can’t perform that action at this time.
0 commit comments