File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44
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)
613build /
714DerivedData /
8-
9- # # Various settings
15+ * .moved-aside
1016* .pbxuser
1117! default.pbxuser
1218* .mode1v3
@@ -15,15 +21,11 @@ DerivedData/
1521! default.mode2v3
1622* .perspectivev3
1723! default.perspectivev3
18- xcuserdata /
19-
20- # # Other
21- * .moved-aside
22- * .xccheckout
23- * .xcscmblueprint
2424
2525# # Obj-C/Swift specific
2626* .hmap
27+
28+ # # App packaging
2729* .ipa
2830* .dSYM.zip
2931* .dSYM
@@ -44,12 +46,12 @@ xcuserdata/
4446# Add this line if you want to avoid checking in source code from Carthage dependencies.
4547# Carthage/Checkouts
4648
47- Carthage /Build
49+ Carthage /Build /
4850
4951# fastlane
5052#
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.
5355# For more information about the recommended setup visit:
5456# https://docs.fastlane.tools/best-practices/source-control/#source-control
5557
Original file line number Diff line number Diff line change 22#
33# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44
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)
613build /
714DerivedData /
8-
9- # # Various settings
15+ * .moved-aside
1016* .pbxuser
1117! default.pbxuser
1218* .mode1v3
@@ -15,15 +21,11 @@ DerivedData/
1521! default.mode2v3
1622* .perspectivev3
1723! default.perspectivev3
18- xcuserdata /
19-
20- # # Other
21- * .moved-aside
22- * .xccheckout
23- * .xcscmblueprint
2424
2525# # Obj-C/Swift specific
2626* .hmap
27+
28+ # # App packaging
2729* .ipa
2830* .dSYM.zip
2931* .dSYM
@@ -62,16 +64,16 @@ playground.xcworkspace
6264# Add this line if you want to avoid checking in source code from Carthage dependencies.
6365# Carthage/Checkouts
6466
65- Carthage /Build
67+ Carthage /Build /
6668
6769# Accio dependency management
6870Dependencies /
6971.accio /
7072
7173# fastlane
7274#
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.
7577# For more information about the recommended setup visit:
7678# https://docs.fastlane.tools/best-practices/source-control/#source-control
7779
You can’t perform that action at this time.
0 commit comments