From 49f6022757c4270af3ae24d667cd9690af0b52c3 Mon Sep 17 00:00:00 2001 From: Phil Gilmore Date: Sun, 30 Mar 2025 17:49:57 -0600 Subject: [PATCH] Added .vscode/ to .gitignore file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8dd4607..015e5fd 100644 --- a/.gitignore +++ b/.gitignore @@ -377,6 +377,7 @@ MigrationBackup/ FodyWeavers.xsd # VS Code files for those working on multiple tools +.vscode/ .vscode/* !.vscode/settings.json !.vscode/tasks.json