From d2349d14913287477fc03f9dd7b1db8a3a794a1d Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 9 Apr 2026 04:41:49 -1000 Subject: [PATCH] chore: add slop-scan config to exclude vendor files Co-Authored-By: Claude Opus 4.6 (1M context) --- slop-scan.config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 slop-scan.config.json diff --git a/slop-scan.config.json b/slop-scan.config.json new file mode 100644 index 00000000..c9fe647a --- /dev/null +++ b/slop-scan.config.json @@ -0,0 +1,5 @@ +{ + "ignores": [ + "**/vendor/**" + ] +}