Keep runtime evidence exclusion scoped to the repository root
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
21c0553e99
commit
3b60c13b48
|
|
@ -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",
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue