From 316962814404a48fb89bde2035474de04f2e30d4 Mon Sep 17 00:00:00 2001 From: Arjan Singh <1598641+arjansingh@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:28:51 -0700 Subject: [PATCH] [fix] unignore Claude project settings.json (#5171) --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d19ceec5..60cca8f98 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,6 @@ dist-ssr *.local # Claude configuration .claude/*.local.json -.claude/settings.json # Editor directories and files .vscode/*