mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-08-31 01:15:57 -07:00
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:
@@ -1,5 +1,8 @@
|
||||
target
|
||||
# Track the workspace lockfile (reproducible binary/CI builds); keep the
|
||||
# nested crates' lockfiles (nodejs, vtracer-py, webapp) ignored.
|
||||
Cargo.lock
|
||||
!/Cargo.lock
|
||||
*.sublime*
|
||||
.vscode
|
||||
.DS_Store
|
||||
|
||||
Generated
+1090
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user