chore: ignore local worktrees in checks

This commit is contained in:
ginnoir
2026-07-08 20:46:02 -05:00
parent 49732b02f3
commit c8a7160ef2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
node_modules
.next
.worktrees
.git
deploy
docs
+1
View File
@@ -8,6 +8,7 @@ export default tseslint.config(
ignores: [
"node_modules/**",
".next/**",
".worktrees/**",
".claude/**",
".design-tmp/**",
"dist/**",