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 node_modules
.next .next
.worktrees
.git .git
deploy deploy
docs docs
+1
View File
@@ -8,6 +8,7 @@ export default tseslint.config(
ignores: [ ignores: [
"node_modules/**", "node_modules/**",
".next/**", ".next/**",
".worktrees/**",
".claude/**", ".claude/**",
".design-tmp/**", ".design-tmp/**",
"dist/**", "dist/**",