mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-08-31 01:15:57 -07:00
327e4b175f
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.
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
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
|