From 772dabc708cc53509a7e4947b9695be8b562ff5b Mon Sep 17 00:00:00 2001 From: DocW Date: Sun, 1 Feb 2026 14:19:36 -0500 Subject: [PATCH] Track VS Code settings in repository Add negated pattern to `.gitignore` for the VS Code settings file (`.vscode/settings.json`). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f81ceb8..1db1534 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ bin/ # VS Code .vscode/* +!.vscode/settings.json # Mac OS .DS_Store