From abf213c6aced9d65da6721a8a5f5ca1326a1de5b Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Tue, 12 May 2026 23:59:33 +0400 Subject: [PATCH] fix(soldeer): exclude /crates and /subgraph from publish zip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Soldeer's sensitive-files check (check_dotfiles) flags any path component starting with a period — including dotfiles deep inside the tree. crates/cli/.rustfmt.toml, subgraph/.prettierignore, and subgraph/tests/.bin/metaboard.wasm were leaking into the published zip. Neither crates/ (the rust workspace) nor subgraph/ (the indexer) belongs in the soldeer package. Co-Authored-By: Claude Opus 4.7 (1M context) --- .soldeerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.soldeerignore b/.soldeerignore index 1b95d6d8..27e94292 100644 --- a/.soldeerignore +++ b/.soldeerignore @@ -13,7 +13,9 @@ CLAUDE.md /audit /cache +/crates /dependencies +/subgraph /flake.lock /flake.nix /foundry.lock