diff --git a/.dockerignore b/.dockerignore index a9f70fa..0011499 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ node_modules .next +.worktrees .git deploy docs diff --git a/eslint.config.mjs b/eslint.config.mjs index d24b82e..8856990 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -8,6 +8,7 @@ export default tseslint.config( ignores: [ "node_modules/**", ".next/**", + ".worktrees/**", ".claude/**", ".design-tmp/**", "dist/**",