mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-16 16:42:01 +02:00
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.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"ignorePatterns": "crates/yaak-templates/pkg/**\ncrates/yaak-web/pkg/**\n**/bindings/gen_*.ts\npackage-lock.json\nCargo.lock"
|
||||
}
|
||||
Reference in New Issue
Block a user