From a76c67542f5ec8d111e276e4d7df0c5b355e7ecb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 11 Feb 2026 09:25:44 +0000 Subject: [PATCH] chore(gitignore): add .vscode/settings.local.json pattern Ignore VS Code local settings files across all projects, consistent with the existing settings.json ignore pattern. Co-Authored-By: Claude Opus 4.6 --- gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/gitignore b/gitignore index 130dd53..ebb4f79 100644 --- a/gitignore +++ b/gitignore @@ -7,6 +7,7 @@ **/.claude/reviews/ **/.claude/settings.local.json **/.vscode/settings.json +**/.vscode/settings.local.json **/chart/preprod-values.yaml **/chart/production-values.yaml **/chart/staging-values.yaml