1- # ## macOS ###
2- # General
3- .DS_Store
4- .AppleDouble
5- .LSOverride
1+ # Xcode
2+ #
3+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
64
7- # Icon must end with two
8- Icon
5+ # # User settings
6+ xcuserdata /
97
10- # Thumbnails
11- ._ *
8+ # # Obj-C/Swift specific
9+ * .hmap
1210
13- # Files that might appear in the root of a volume
14- .DocumentRevisions-V100
15- .fseventsd
16- .Spotlight-V100
17- .TemporaryItems
18- .Trashes
19- .VolumeIcon.icns
20- .com.apple.timemachine.donotpresent
11+ # # App packaging
12+ * .ipa
13+ * .dSYM.zip
14+ * .dSYM
2115
22- # Directories potentially created on remote AFP share
23- .AppleDB
24- .AppleDesktop
25- Network Trash Folder
26- Temporary Items
27- .apdisk
16+ # # Playgrounds
17+ timeline.xctimeline
18+ playground.xcworkspace
2819
29- # ## Xcode ###
30- # Xcode
20+ # Swift Package Manager
3121#
32- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
22+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
23+ # Packages/
24+ # Package.pins
25+ # Package.resolved
26+ # *.xcodeproj
27+ #
28+ # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
29+ # hence it is not needed unless you have added a package configuration file to your project
30+ # .swiftpm
3331
34- # # User settings
35- xcuserdata /
32+ .build /
3633
37- # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
38- * .xcscmblueprint
39- * .xccheckout
34+ # CocoaPods
35+ #
36+ # We recommend against adding the Pods directory to your .gitignore. However
37+ # you should judge for yourself, the pros and cons are mentioned at:
38+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
39+ #
40+ # Pods/
41+ #
42+ # Add this line if you want to avoid checking in source code from the Xcode workspace
43+ # *.xcworkspace
4044
41- # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
42- build /
43- DerivedData /
44- * .moved-aside
45- * .pbxuser
46- ! default.pbxuser
47- * .mode1v3
48- ! default.mode1v3
49- * .mode2v3
50- ! default.mode2v3
51- * .perspectivev3
52- ! default.perspectivev3
45+ # Carthage
46+ #
47+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
48+ # Carthage/Checkouts
5349
54- # ## Xcode Patch ###
55- * .xcodeproj /*
56- ! * .xcodeproj /project.pbxproj
57- ! * .xcodeproj /xcshareddata /
58- ! * .xcworkspace /contents.xcworkspacedata
59- /* .gcno
50+ Carthage /Build /
6051
6152# ## Projects ###
6253* .xcodeproj
6354* .xcworkspace
6455
56+ # fastlane
57+ #
58+ # It is recommended to not store the screenshots in the git repo.
59+ # Instead, use fastlane to re-generate the screenshots whenever they are needed.
60+ # For more information about the recommended setup visit:
61+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
62+
63+ fastlane /report.xml
64+ fastlane /Preview.html
65+ fastlane /screenshots /** /* .png
66+ fastlane /test_output
67+
6568# ## Tuist derived files ###
6669graph.dot
6770Derived /
6871
6972# ## Tuist managed dependencies ###
7073Tuist /.build
71- /.build
74+ /.build
75+
76+ # DS_Store
77+ .DS_Store
78+ ._.DS_Store
79+ ** /.DS_Store
80+ ** /._.DS_Store
0 commit comments