Keep runtime evidence exclusion scoped to the repository root

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta 2026-09-11 15:11:09 -05:00
parent 21c0553e99
commit 3b60c13b48
1 changed files with 0 additions and 2 deletions

View File

@ -335,8 +335,6 @@ const SKIP_DIRS = new Set([
".next",
"coverage",
".paperclip",
// Ignored local databases and downloaded acceptance evidence are not guidance.
".paperclip-runtime",
"tmp",
]);