From 329ee7dadc565fa0a36550358f0b728e0edb97ee Mon Sep 17 00:00:00 2001 From: "Alex Razumov (from Dev Box)" Date: Fri, 20 Feb 2026 11:25:03 -0800 Subject: [PATCH] git ignore: Ignore local settings for claude code AI agent --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 948e2e563f..42830a6c0e 100644 --- a/.gitignore +++ b/.gitignore @@ -333,4 +333,7 @@ target/ *.info # ignore VS Code local history -.history/ \ No newline at end of file +.history/ + +# Ignore local settings for claude code AI agent +.claude/settings.local.json \ No newline at end of file