Skip to content

Commit 2930ccf

Browse files
committed
Updated .gitignore
1 parent 96d5b2f commit 2930ccf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ timeline.xctimeline
3737
playground.xcworkspace
3838

3939
## SPM support in Xcode
40-
.swiftpm
40+
# .swiftpm - for shared CI schemes we need these checked in:
41+
# -> .swiftpm/xcode/package.xcworkspace
42+
# -> .swiftpm/xcode/xcshareddata/xcschemes/*.*
4143

4244
# Swift Package Manager
4345
#
@@ -72,4 +74,4 @@ Carthage/Build
7274
fastlane/report.xml
7375
fastlane/Preview.html
7476
fastlane/screenshots/**/*.png
75-
fastlane/test_output
77+
fastlane/test_output

0 commit comments

Comments
 (0)