File tree Expand file tree Collapse file tree 1 file changed +69
-1
lines changed
Expand file tree Collapse file tree 1 file changed +69
-1
lines changed Original file line number Diff line number Diff line change 1- .DS_Store
1+
2+ # Created by https://www.gitignore.io/api/swift
3+
4+ # ## Swift ###
5+ # Xcode
6+ #
7+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
8+
9+ # # Build generated
10+ build /
11+ DerivedData /
12+
13+ # # Various settings
14+ * .pbxuser
15+ ! default.pbxuser
16+ * .mode1v3
17+ ! default.mode1v3
18+ * .mode2v3
19+ ! default.mode2v3
20+ * .perspectivev3
21+ ! default.perspectivev3
22+ xcuserdata /
23+
24+ # # Other
25+ * .moved-aside
26+ * .xcuserstate
27+
28+ # # Obj-C/Swift specific
29+ * .hmap
30+ * .ipa
31+ * .dSYM.zip
32+ * .dSYM
33+
34+ # # Playgrounds
35+ timeline.xctimeline
36+ playground.xcworkspace
37+
38+ # Swift Package Manager
39+ #
40+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
41+ # Packages/
42+ .build /
43+
44+ # CocoaPods
45+ #
46+ # We recommend against adding the Pods directory to your .gitignore. However
47+ # you should judge for yourself, the pros and cons are mentioned at:
48+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
49+ #
50+ Pods /
51+
52+ # Carthage
53+ #
54+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
55+ # Carthage/Checkouts
56+
57+ Carthage /Build
58+
59+ # fastlane
60+ #
61+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
62+ # screenshots whenever they are needed.
63+ # For more information about the recommended setup visit:
64+ # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
65+
66+ fastlane /report.xml
67+ fastlane /Preview.html
68+ fastlane /screenshots
69+ fastlane /test_output
You can’t perform that action at this time.
0 commit comments