Skip to content

Commit 62be4eb

Browse files
Keep audit/ and /meta ignores; only remove dead submodule refs
audit/ and /meta are forward-looking guards for directories that may be added, like /out and /cache; removing them would publish those files and risk reuse lint. Only .gitmodules and foundry.lock are structurally dead (no-submodules gate). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 653e9e0 commit 62be4eb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.soldeerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
.soldeerignore
99
.vscode
1010
CLAUDE.md
11+
/audit
1112
/cache
1213
/dependencies
1314
/flake.lock
1415
/flake.nix
1516
/foundry.toml
17+
/meta
1618
/out
1719
/remappings.txt
1820
/slither.config.json

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ path = [
77
".vscode/**/",
88
".coderabbitai.yaml",
99
".gitignore",
10+
"audit/**/",
1011
"CLAUDE.md",
1112
"README.md",
1213
"flake.lock",

0 commit comments

Comments
 (0)