Files
vtracer/.gitignore
T
Chris Tsang 327e4b175f 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.
2026-08-15 12:35:26 +01:00

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