From 938d2c025b2e2cda5e3cd1e9b2974ac0265aca80 Mon Sep 17 00:00:00 2001 From: Baccar Date: Mon, 25 May 2026 10:14:29 +0400 Subject: [PATCH] Ignore Claude Code local settings file .claude/settings.local.json holds machine-specific IDE permissions and should not be tracked. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5ef6a52..cd1f860 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# Claude Code local settings (machine-specific) +.claude/settings.local.json