From 064186b5ba6fc37bad6974209ab108bbc406e7dc Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Wed, 17 Jun 2026 08:30:46 -0400 Subject: [PATCH] update gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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