From 6ddadba827f59d22c1c0a1eae3aa7edcfd062f02 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Tue, 30 Jan 2024 09:37:24 -0500 Subject: [PATCH] Ignoring .vscode dir. Ignoring .vscode dir. Not sure this should even be here. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d9b4f01..68ae555 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /build/* +/.vscode/* \ No newline at end of file