From 67cd01d72966f01284097ca565a5aa579447a94a Mon Sep 17 00:00:00 2001 From: Daniel Aberger Date: Sat, 31 Jul 2021 03:06:02 +0200 Subject: [PATCH] add vs code workspace file to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f4d432a..7501ba7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ # Dependency directories (remove the comment below to include it) # vendor/ +*.code-workspace