From 580aa96886e79068cc2e581d9c1848d309f4e9f6 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sun, 9 Jan 2022 11:19:08 -0500 Subject: [PATCH] add ignore for .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0f11782..6f02afa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .DS_Store node_modules out/Cue View-darwin-x64 -out/Cue View-win32-x64 \ No newline at end of file +out/Cue View-win32-x64 +.vscode \ No newline at end of file