Skip to content

Commit ba9d711

Browse files
authored
Don't track bin/benchmark/Package.resolved (#353)
1 parent 587c879 commit ba9d711

File tree

2 files changed

+6
-79
lines changed

2 files changed

+6
-79
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ docc-dist-build
2323
.docc-build
2424
.swiftpm
2525
.vscode
26+
27+
# The bin/benchmark tool is its own local Package that depend on
28+
# Swift-DocC using a relative local file path ("../..")
29+
# It should always use the resolved dependencies for the local
30+
# Swift-DocC so we don't track its resolved package file.
31+
bin/benchmark/Package.resolved

bin/benchmark/Package.resolved

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)