chore: ignore .worktrees in eslint config

This commit is contained in:
2026-04-25 14:53:17 +08:00
parent a7cafe7ae5
commit 5bc5f29281
+2
View File
@@ -12,6 +12,8 @@ const eslintConfig = defineConfig([
"out/**",
"build/**",
"next-env.d.ts",
// Worktree build artifacts
".worktrees/**",
]),
]);