Skip to content

chore: add /.cline/** to workspace Cargo.toml exclude, remove from sub-crates#9

Merged
sopak merged 1 commit into
mainfrom
chore/exclude-cline
Jun 25, 2026
Merged

chore: add /.cline/** to workspace Cargo.toml exclude, remove from sub-crates#9
sopak merged 1 commit into
mainfrom
chore/exclude-cline

Conversation

@sopak

@sopak sopak commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

exclude patterns in Cargo.toml are relative to each package root, not the workspace root.

  • Root Cargo.toml: Added /.cline/** — the .cline folder lives in the workspace root, so this actually works.
  • crates/xtax-blob-storage/Cargo.toml: Removed /.cline/** — it would only look for crates/xtax-blob-storage/.cline/, which doesn't exist.
  • crates/xtax-encryption/Cargo.toml: Same — removed.

Cleanup: the sub-crates had it but it never matched anything.

…b-crates

exclude patterns are relative to each package root, not the workspace root. The /.cline/** entry only has effect in the root workspace crate, where the .cline folder actually exists. The sub-crates had it but it never matched anything.
@sopak sopak merged commit 671316b into main Jun 25, 2026
8 checks passed
@sopak sopak deleted the chore/exclude-cline branch June 25, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant