From 0b4c1861bb25384b0be1cbc2db93b33e4486bc0d Mon Sep 17 00:00:00 2001 From: Dmitry Dementev Date: Sat, 14 Feb 2026 11:09:12 +0300 Subject: [PATCH] chore: add VS Code settings.json to gitignore - Why: - VS Code settings are personal IDE preferences, not shared project config - What: - remove !.vscode/settings.json exception from .gitignore - Refs: AGENTS.md --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7775eb3..ef34e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ venv.bak/ # ============================================================================= # VS Code .vscode/* -!.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json