Track VS Code settings in repository

Add negated pattern to `.gitignore` for the VS Code settings file
(`.vscode/settings.json`).
This commit is contained in:
DocW
2026-02-01 14:19:36 -05:00
parent bbd0265f2e
commit 772dabc708

1
.gitignore vendored
View File

@@ -39,6 +39,7 @@ bin/
# VS Code # VS Code
.vscode/* .vscode/*
!.vscode/settings.json
# Mac OS # Mac OS
.DS_Store .DS_Store