File tree Expand file tree Collapse file tree 1 file changed +74
-2
lines changed
Expand file tree Collapse file tree 1 file changed +74
-2
lines changed Original file line number Diff line number Diff line change 1- xcuserdata
2- .DS_Store
1+ .DS_Store
2+ /Carthage
3+
4+ # Xcode
5+ #
6+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
7+
8+ # # Build generated
9+ build /
10+ DerivedData /
11+
12+ # # Various settings
13+ * .pbxuser
14+ ! default.pbxuser
15+ * .mode1v3
16+ ! default.mode1v3
17+ * .mode2v3
18+ ! default.mode2v3
19+ * .perspectivev3
20+ ! default.perspectivev3
21+ xcuserdata /
22+
23+ # # Other
24+ * .moved-aside
25+ * .xccheckout
26+ * .xcscmblueprint
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+ # Package.pins
43+ # Package.resolved
44+ .build /
45+
46+ # CocoaPods
47+ #
48+ # We recommend against adding the Pods directory to your .gitignore. However
49+ # you should judge for yourself, the pros and cons are mentioned at:
50+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
51+ #
52+ # Pods/
53+
54+ # Carthage
55+ #
56+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
57+ # Carthage/Checkouts
58+
59+ Carthage /Checkouts
60+ Carthage /Build
61+
62+ # fastlane
63+ #
64+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
65+ # screenshots whenever they are needed.
66+ # For more information about the recommended setup visit:
67+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
68+
69+ fastlane /report.xml
70+ fastlane /Preview.html
71+ fastlane /screenshots /** /* .png
72+ fastlane /test_output
73+ .DS_Store
74+ * .pbxproj-e
You can’t perform that action at this time.
0 commit comments