Skip to content

Commit 15fa5fd

Browse files
chore: exclude data directories from gitbot-shared-context package
Add exclude field to Cargo.toml to prevent packaging data files (findings/, learning/, dispatch/) which contain runtime data, not source code. This allows gitbot-shared-context to be packaged and published to crates.io. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 4d508d5 commit 15fa5fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared-context/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license = "MPL-2.0"
99
repository = "https://github.com/hyperpolymath/gitbot-fleet"
1010
keywords = ["gitbot-fleet", "coordination", "context", "ci-cd"]
1111
categories = ["development-tools"]
12+
exclude = ["findings/", "learning/", "dispatch/"]
1213

1314
[dependencies]
1415
# Serialization

0 commit comments

Comments
 (0)