11
2- # Created by https://www.gitignore.io/api/macos,swift,xcode,objective-c,jekyll
3-
4- # ## Jekyll ###
2+ # Created by https://www.gitignore.io/api/xcode,macos,swift
3+ # Edit at https://www.gitignore.io/?templates=xcode,macos,swift
54_site /
65.sass-cache /
76.jekyll-cache /
@@ -35,7 +34,7 @@ Network Trash Folder
3534Temporary Items
3635.apdisk
3736
38- # ## Objective-C ###
37+ # ## Swift ###
3938# Xcode
4039#
4140# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
@@ -66,26 +65,34 @@ xcuserdata/
6665* .dSYM.zip
6766* .dSYM
6867
68+ # # Playgrounds
69+ timeline.xctimeline
70+ playground.xcworkspace
71+
72+ # Swift Package Manager
73+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
74+ # Packages/
75+ # Package.pins
76+ # Package.resolved
77+ .build /
78+ # Add this line if you want to avoid checking in Xcode SPM integration.
79+ # .swiftpm/xcode
80+
6981# CocoaPods
70- #
7182# We recommend against adding the Pods directory to your .gitignore. However
7283# you should judge for yourself, the pros and cons are mentioned at:
7384# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
74- #
7585# Pods/
76- #
7786# Add this line if you want to avoid checking in source code from the Xcode workspace
7887# *.xcworkspace
7988
8089# Carthage
81- #
8290# Add this line if you want to avoid checking in source code from Carthage dependencies.
8391# Carthage/Checkouts
8492
8593Carthage /Build
8694
8795# fastlane
88- #
8996# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
9097# screenshots whenever they are needed.
9198# For more information about the recommended setup visit:
@@ -97,67 +104,13 @@ fastlane/screenshots/**/*.png
97104fastlane /test_output
98105
99106# Code Injection
100- #
101107# After new code Injection tools there's a generated folder /iOSInjectionProject
102108# https://github.com/johnno1962/injectionforxcode
103109
104110iOSInjectionProject /
105111
106- # ## Objective-C Patch ###
107-
108- # ## Swift ###
109- # Xcode
110- #
111- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
112-
113- # # Build generated
114-
115- # # Various settings
116-
117- # # Other
118-
119- # # Obj-C/Swift specific
120-
121- # # Playgrounds
122- timeline.xctimeline
123- playground.xcworkspace
124-
125- # Swift Package Manager
126- #
127- # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
128- # Packages/
129- # Package.pins
130- # Package.resolved
131- .build /
132-
133- # CocoaPods
134- #
135- # We recommend against adding the Pods directory to your .gitignore. However
136- # you should judge for yourself, the pros and cons are mentioned at:
137- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
138- #
139- Pods /
140- #
141- # Add this line if you want to avoid checking in source code from the Xcode workspace
142- # *.xcworkspace
143-
144- # Carthage
145- #
146- # Add this line if you want to avoid checking in source code from Carthage dependencies.
147- # Carthage/Checkouts
148-
149-
150- # fastlane
151- #
152- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
153- # screenshots whenever they are needed.
154- # For more information about the recommended setup visit:
155- # https://docs.fastlane.tools/best-practices/source-control/#source-control
156-
157-
158112# ## Xcode ###
159113# Xcode
160- #
161114# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
162115
163116# # User settings
@@ -166,7 +119,7 @@ Pods/
166119
167120# # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
168121
169- # ## Xcode Patch ###
122+ # # Xcode Patch
170123* .xcodeproj /*
171124! * .xcodeproj /project.pbxproj
172125! * .xcodeproj /xcshareddata /
@@ -191,16 +144,17 @@ certs/*.p12
191144* .toc. *
192145* .orig. *
193146
194- examples /** /* .xcassets /** /* .png
195- examples /** /* .xcassets /** /* .pdf
147+ examples /* /* .xcassets /* /* .png
148+ examples /* /* .xcassets /* /* .pdf
149+
150+ # ## Xcode Patch ###
151+ ** /xcshareddata /WorkspaceSettings.xcsettings
196152
197- # examples/sample/**/*.xcassets/***/*.png
198- # examples/sample/**/*.xcassets/*/*.pdf
153+ # End of https://www.gitignore.io/api/xcode,macos,swift
199154
200- playgrounds
201155
202- .version
203- * .coverage.txt
204- ** /fastlane /report.xml
156+ ! scripts /github-markdown-toc
205157
206- examples /samples
158+ ** /* .xcassets /** /* .png
159+ ** /* .xcassets /** /* .pdf
160+ ** /* .xcassets /** /* .svg
0 commit comments