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
This commit is contained in:
2026-02-14 11:09:12 +03:00
parent ec6111d260
commit 0b4c1861bb
-1
View File
@@ -40,7 +40,6 @@ venv.bak/
# =============================================================================
# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json