Skip to content

Commit c097fb8

Browse files
fix(cargo): exclude nested worktrees
1 parent de32882 commit c097fb8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ homepage = "https://github.com/ScriptedAlchemy/tracedecay"
99
readme = "README.md"
1010
keywords = ["code-intelligence", "knowledge-graph", "mcp", "tree-sitter", "claude"]
1111
categories = ["development-tools", "command-line-utilities"]
12+
13+
[workspace]
14+
exclude = [".worktrees", ".codex-worktrees"]
15+
1216
# Explicit whitelist so `cargo package`/`cargo publish` ship everything the
1317
# build needs — including the PREBUILT dashboard dist bundles, which are
1418
# gitignored (an `exclude`-style package can never pick them up). Run

0 commit comments

Comments
 (0)