File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Xcode
2- .DS_Store
2+ #
3+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
34
4- # #Firebase
5- GoogleService-Info.plist
5+ # #OS-generated files
6+ .DS_Store
7+ .DS_Store ?
68
7- # # Various settings
9+ # # User settings
810xcuserdata /
911
10- # # Build generated
11- build /
12- DerivedData /
13-
14- # # Other
15- * .moved-aside
16- * .xccheckout
17- * .xcscmblueprint
18-
1912# # Obj-C/Swift specific
2013* .hmap
14+
15+ # # App packaging
2116* .ipa
22- * .dSYM.zip
17+ * .dSYM.zip
2318* .dSYM
2419
25- # # Playgrounds
20+ # # Playgrounds
2621timeline.xctimeline
2722playground.xcworkspace
2823
2924# Swift Package Manager
3025#
31- # Add this line if you want to avoid checking in source code from Swift Package$
26+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3227# Packages/
3328# Package.pins
3429# Package.resolved
30+ # *.xcodeproj
31+ #
32+ # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
33+ # hence it is not needed unless you have added a package configuration file to your project
34+ .swiftpm
35+
3536.build /
3637
38+ # CocoaPods
39+ #
40+ # We recommend against adding the Pods directory to your .gitignore. However
41+ # you should judge for yourself, the pros and cons are mentioned at:
42+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
43+ #
44+ Pods /
45+ #
46+ # Add this line if you want to avoid checking in source code from the Xcode workspace
47+ * .xcworkspace
48+
49+ # Carthage
50+ #
51+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
52+ # Carthage/Checkouts
53+
54+ Carthage /Build /
55+
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+
68+ # # Google
69+ GoogleService-Info.plist
You can’t perform that action at this time.
0 commit comments