From 8256a57ab428d86b1afc98ae68a63c2feee212a8 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 22 Aug 2022 08:04:22 +0200 Subject: [PATCH] Add .vscode to .gitignore: Prevent accidentially committing of .vscode folder. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b1babc9..9fa72d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ extras/build +.vscode