1
1
2
- # Created by https://www.gitignore.io/api/swift,carthage,cocoapods
3
- # Edit at https://www.gitignore.io/?templates=swift,carthage,cocoapods
2
+ # Created by https://www.gitignore.io/api/swift,xcode, carthage,cocoapods
3
+ # Edit at https://www.gitignore.io/?templates=swift,xcode, carthage,cocoapods
4
4
5
5
# ## Carthage ###
6
6
# Carthage
@@ -97,4 +97,66 @@ fastlane/test_output
97
97
98
98
iOSInjectionProject /
99
99
100
- # End of https://www.gitignore.io/api/swift,carthage,cocoapods
100
+ # ## Xcode ###
101
+ # Xcode
102
+ #
103
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
104
+
105
+ # # Build generated
106
+
107
+ # # Various settings
108
+
109
+ # # Other
110
+
111
+ # # Obj-C/Swift specific
112
+
113
+ # # Playgrounds
114
+
115
+ # Swift Package Manager
116
+ #
117
+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
118
+ # Packages/
119
+ # Package.pins
120
+ # Package.resolved
121
+
122
+ # CocoaPods
123
+ #
124
+ # We recommend against adding the Pods directory to your .gitignore. However
125
+ # you should judge for yourself, the pros and cons are mentioned at:
126
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
127
+ #
128
+ # Pods/
129
+ #
130
+ # Add this line if you want to avoid checking in source code from the Xcode workspace
131
+ # *.xcworkspace
132
+
133
+ # Carthage
134
+ #
135
+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
136
+ # Carthage/Checkouts
137
+
138
+
139
+ # fastlane
140
+ #
141
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
142
+ # screenshots whenever they are needed.
143
+ # For more information about the recommended setup visit:
144
+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
145
+
146
+
147
+ # Code Injection
148
+ #
149
+ # After new code Injection tools there's a generated folder /iOSInjectionProject
150
+ # https://github.com/johnno1962/injectionforxcode
151
+
152
+
153
+
154
+ # ## Xcode Patch ###
155
+ * .xcodeproj /*
156
+ ! * .xcodeproj /project.pbxproj
157
+ ! * .xcodeproj /xcshareddata /
158
+ ! * .xcworkspace /contents.xcworkspacedata
159
+ /* .gcno
160
+ ** /xcshareddata /WorkspaceSettings.xcsettings
161
+
162
+ # End of https://www.gitignore.io/api/swift,xcode,carthage,cocoapods
0 commit comments