chore: add slop-scan config to exclude vendor files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan 2026-04-09 04:41:49 -10:00
parent 1ea3e44931
commit d2349d1491
No known key found for this signature in database
GPG Key ID: C1F69E85C74EFE1D
1 changed files with 5 additions and 0 deletions

5
slop-scan.config.json Normal file
View File

@ -0,0 +1,5 @@
{
"ignores": [
"**/vendor/**"
]
}