We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587c879 commit ba9d711Copy full SHA for ba9d711
.gitignore
@@ -23,3 +23,9 @@ docc-dist-build
23
.docc-build
24
.swiftpm
25
.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
0 commit comments