From 7c8ee57d1d2c4ecca4d684cf3e3e9ef647694c90 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 15 Aug 2026 16:22:28 -0700 Subject: [PATCH] Keep Greptile off generated files wasm-bindgen glue, ts-rs bindings and lockfiles are build output; reviewing them spends tokens on code nobody wrote. Same list vite.config.ts excludes from lint. --- greptile.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 greptile.json diff --git a/greptile.json b/greptile.json new file mode 100644 index 00000000..60f15046 --- /dev/null +++ b/greptile.json @@ -0,0 +1,3 @@ +{ + "ignorePatterns": "crates/yaak-templates/pkg/**\ncrates/yaak-web/pkg/**\n**/bindings/gen_*.ts\npackage-lock.json\nCargo.lock" +}