Files
yaak-mountain-loop/greptile.json
T
Gregory Schier 7c8ee57d1d 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.
2026-08-15 16:22:28 -07:00

4 lines
132 B
JSON

{
"ignorePatterns": "crates/yaak-templates/pkg/**\ncrates/yaak-web/pkg/**\n**/bindings/gen_*.ts\npackage-lock.json\nCargo.lock"
}