From 13cd364ab6c2084b11da51892653eafa8265f84e Mon Sep 17 00:00:00 2001 From: Marcus Grieger Date: Sat, 3 Feb 2024 11:48:05 +0000 Subject: [PATCH] Added .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b25c15b..9beed20 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +.vscode