diff --git a/.gitignore b/.gitignore index d3b96e6..2fc4851 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -.DS_Store -node_modules/* .next -next-env.d.ts .env.local -.mcp.json \ No newline at end of file +.mcp.json +.claude/settings.local.json +node_modules/* +next-env.d.ts +.DS_Store