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