Track the workspace Cargo.lock

The workspace ships binaries (vtracer-cli, vtracer-bench, the desktop app
via CI), so a committed lockfile gives reproducible builds. Downstream
consumers of the vtracer library ignore this lock, so it does not pin them.
Nested crate lockfiles (nodejs, vtracer-py, webapp) stay ignored.
This commit is contained in:
Chris Tsang
2026-08-15 12:35:26 +01:00
parent 1adc60aa0d
commit 327e4b175f
2 changed files with 1093 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
target target
# Track the workspace lockfile (reproducible binary/CI builds); keep the
# nested crates' lockfiles (nodejs, vtracer-py, webapp) ignored.
Cargo.lock Cargo.lock
!/Cargo.lock
*.sublime* *.sublime*
.vscode .vscode
.DS_Store .DS_Store
Generated
+1090
View File
File diff suppressed because it is too large Load Diff