From 9ab5748c9432b60925d587ad5c175feeb93db4f3 Mon Sep 17 00:00:00 2001 From: Bruno Willenborg Date: Thu, 9 Feb 2023 11:33:27 +0100 Subject: [PATCH] ignore vscode settings --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 70bbfa5..335615f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # Ignore local helper scripts /*.sh + +# VScode +.vscode/