diff --git a/eslint.config.mjs b/eslint.config.mjs index 05e726d..c46e05a 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -12,6 +12,8 @@ const eslintConfig = defineConfig([ "out/**", "build/**", "next-env.d.ts", + // Worktree build artifacts + ".worktrees/**", ]), ]);