Do not lint folders for project-level AI coding agents

This commit is contained in:
Nicolò Ribaudo 2026-03-09 14:57:32 +01:00
parent a4fcd830cc
commit e69432cd89
No known key found for this signature in database
GPG Key ID: AAFDA9101C58F338
2 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,6 @@ test/tmp/
test/pdfs/
web/locale/
*~/
.claude/
.codex/
.cursor/

View File

@ -45,6 +45,7 @@ export default [
"web/locale/",
"web/wasm/",
"**/*~/",
".{claude,codex,cursor}/",
],
},