File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
#
3
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
4
5
+ # Installed Ruby gems
6
+ /.bundle
7
+
5
8
# # Build generated
6
9
build /
7
10
DerivedData /
@@ -19,7 +22,7 @@ xcuserdata/
19
22
20
23
# # Other
21
24
* .moved-aside
22
- * .xcuserstate
25
+ * .xccheckout
23
26
* .xcscmblueprint
24
27
25
28
# # Obj-C/Swift specific
@@ -36,6 +39,8 @@ playground.xcworkspace
36
39
#
37
40
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
38
41
# Packages/
42
+ # Package.pins
43
+ # Package.resolved
39
44
.build /
40
45
41
46
# CocoaPods
@@ -45,6 +50,9 @@ playground.xcworkspace
45
50
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
46
51
#
47
52
# Pods/
53
+ #
54
+ # Add this line if you want to avoid checking in source code from the Xcode workspace
55
+ # *.xcworkspace
48
56
49
57
# Carthage
50
58
#
@@ -58,10 +66,16 @@ Carthage/Build
58
66
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
59
67
# screenshots whenever they are needed.
60
68
# For more information about the recommended setup visit:
61
- # https://github.com/ fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
69
+ # https://docs. fastlane.tools/best-practices/source-control/#source-control
62
70
63
71
fastlane /report.xml
64
72
fastlane /Preview.html
65
- # fastlane/screenshots
66
73
fastlane /screenshots /screenshots.html
67
74
fastlane /test_output
75
+
76
+ # Code Injection
77
+ #
78
+ # After new code Injection tools there's a generated folder /iOSInjectionProject
79
+ # https://github.com/johnno1962/injectionforxcode
80
+
81
+ iOSInjectionProject /
You can’t perform that action at this time.
0 commit comments