Skip to content

Commit 0d4d864

Browse files
committed
chore(callcenter): gitignore zone-poison test-fixture build artifacts
`cargo test -p lance-graph-callcenter` compiles the zone-poison-fixtures test crate, generating a Cargo.lock + target/ inside it. The fixture's sources are tracked but its lock is not (no fixture lock is tracked in the repo; the workspace root Cargo.lock is the tracked one, so a blanket root ignore is not an option). A fixture-scoped .gitignore keeps the tree clean.
1 parent 1a87bc0 commit 0d4d864

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • crates/lance-graph-callcenter/tests/zone-poison-fixtures
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Build artifacts generated when this test-fixture crate compiles during
2+
# `cargo test -p lance-graph-callcenter`. The fixture's sources (Cargo.toml,
3+
# build.rs, src/) are tracked; its lock + target are not (no fixture lock is
4+
# tracked anywhere in the repo, and the workspace root Cargo.lock is the
5+
# tracked one). A fixture-scoped ignore keeps the tree clean without
6+
# un-tracking the workspace lock at root.
7+
Cargo.lock
8+
/target/

0 commit comments

Comments
 (0)