File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,41 @@ app.*.map.json
43
43
/android /app /debug
44
44
/android /app /profile
45
45
/android /app /release
46
+
47
+ # Apple
48
+ ** /* .xcodeproj /xcuserdata /
49
+ ** /* .xcworkspace /xcuserdata /
50
+ ** /.swiftpm /xcode /xcuserdata /
51
+ ** /* .xcworkspace /xcshareddata /IDEWorkspaceChecks.plist
52
+ ** /* .xcworkspace /xcshareddata /* .xccheckout
53
+ ** /* .xcworkspace /xcshareddata /* .xcscmblueprint
54
+ ** /* .playground /** /timeline.xctimeline
55
+
56
+ # Build
57
+ ** /.build /
58
+ ** /Build /
59
+ DerivedData /
60
+ * .ipa
61
+
62
+ # Carthage
63
+ Carthage /
64
+
65
+ # CocoaPods
66
+ Pods /
67
+
68
+ # fastlane
69
+ fastlane /report.xml
70
+ fastlane /Preview.html
71
+ fastlane /screenshots
72
+ fastlane /test_output
73
+ fastlane /sign&cert
74
+
75
+ # CSV
76
+ * .orig
77
+ .svn
78
+
79
+ # Other
80
+ * ~
81
+ * .save
82
+ ._ *
83
+ * .bak
You can’t perform that action at this time.
0 commit comments