From 931456ea3cb7b7936c78d51943c8d3f301db2a23 Mon Sep 17 00:00:00 2001 From: "cori.schlegel" Date: Sat, 13 Jan 2024 14:18:08 +0000 Subject: [PATCH] ignore .vscode files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21db3dbf..9a74ed4c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ package-lock.json github.secrets .DS_Store -.nova \ No newline at end of file +.nova +.vscode/