Skip to content

Commit 9013e6e

Browse files
authored
Update generated gitignore (#2674)
* Update generated gitignore to include .swiftpm directory and relative derived data directory * Only ignore contents.xcworkspacedata as per PR review
1 parent c1b3a18 commit 9013e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Workspace/InitPackage.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ public final class InitPackage {
246246
/Packages
247247
/*.xcodeproj
248248
xcuserdata/
249+
DerivedData/
250+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
249251
250252
"""
251253
}

0 commit comments

Comments
 (0)