From d9f697de7bf0491a01b1bc1f8911f6ee0647903d Mon Sep 17 00:00:00 2001 From: Nuwan Date: Fri, 23 Jan 2026 15:46:10 +0530 Subject: [PATCH] chore: add Claude Code local settings to .gitignore Added .claude/settings.local.json to .gitignore to prevent user-specific Claude Code CLI settings from being committed to version control. These settings contain local paths and session-specific permissions that are unique to each developer's environment. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a336f01c..b46a1ed57 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ working.png ruby/.rails5-gems web/.rails5-gems websocket-gateway/.rails5-gems -.pg_data/ \ No newline at end of file +.pg_data/ +# Claude Code local settings +.claude/settings.local.json