1
+ # ––––––––––––––––––––––––––––––––– Generated ––––––––––––––––––––––––––––––––––
2
+
3
+ * .xcodeproj
4
+ * .xcworkspace
5
+ Sources /** /Resources.generated.swift
6
+ iOS /Info.plist
7
+
8
+ # –––––––––––––––––––––––––––––––– Scripts –––––––––––––––––––––––––––––––––
9
+
10
+ Scripts /.bin
11
+
12
+ # ––––––––––––––––––––––––––––––– Swift Package Manager –––––––––––––––––––––––––––––––
13
+
14
+ Packages /
15
+ Package.pins
16
+ Package.resolved
17
+ .build /
18
+ .swiftpm
19
+
1
20
# ––––––––––––––––––––––––––––– Build generated –––––––––––––––––––––––––––––
2
21
3
22
build /
@@ -15,40 +34,33 @@ DerivedData/
15
34
! default.perspectivev3
16
35
xcuserdata /
17
36
37
+ # –––––––––––––––––––––––––––––––– Fastlane –––––––––––––––––––––––––––––––––
38
+ # It is recommended to not store the screenshots in the git repo. Instead,
39
+ # use fastlane to re-generate the screenshots whenever they are needed.
40
+ # For more information about the recommended setup visit:
41
+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
42
+
43
+ fastlane /report.xml
44
+ fastlane /Preview.html
45
+ fastlane /screenshots /** /* .png
46
+ fastlane /test_output
47
+
18
48
# ––––––––––––––––––––––––––– Obj-C/Swift specific ––––––––––––––––––––––––––
19
49
20
50
* .hmap
21
51
* .ipa
22
52
* .dSYM.zip
23
53
* .dSYM
24
54
25
- # ––––––––––––––––––––––––––––––– Playgrounds –––––––––––––––––––––––––––––––
26
-
27
- timeline.xctimeline
28
- playground.xcworkspace
29
-
30
- # Swift Package Manager
31
-
32
- Packages /
33
- Package.pins
34
- Package.resolved
35
- .build /
36
- .swiftpm
37
-
38
55
# –––––––––––––––––––––––––––––––– CocoaPods ––––––––––––––––––––––––––––––––
39
56
40
57
Pods /
41
58
42
- # –––––––––––––––––––––––––––––––– Fastlane –––––––––––––––––––––––––––––––––
43
- # It is recommended to not store the screenshots in the git repo. Instead,
44
- # use fastlane to re-generate the screenshots whenever they are needed.
45
- # For more information about the recommended setup visit:
46
- # https://docs.fastlane.tools/best-practices/source-control/#source-control
59
+ # ––––––––––––––––––––––––––––––– Playgrounds –––––––––––––––––––––––––––––––
60
+
61
+ timeline.xctimeline
62
+ playground.xcworkspace
47
63
48
- fastlane /report.xml
49
- fastlane /Preview.html
50
- fastlane /screenshots /** /* .png
51
- fastlane /test_output
52
64
53
65
# –––––––––––––––––––––––––––––––––– Other ––––––––––––––––––––––––––––––––––
54
66
@@ -57,10 +69,3 @@ fastlane/test_output
57
69
* .xcscmblueprint
58
70
.DS_Store
59
71
.vscode
60
-
61
- # ––––––––––––––––––––––––––––––––– Generated ––––––––––––––––––––––––––––––––––
62
-
63
- * .xcodeproj
64
- * .xcworkspace
65
- Sources /Resources /Resources.generated.swift
66
- iOS /Info.plist
0 commit comments