From fc86d46f033b15c2ddbb51ec93023b34dd9deb86 Mon Sep 17 00:00:00 2001 From: elsandosgrande Date: Sun, 3 Oct 2021 01:54:47 +0200 Subject: [PATCH] [skip ci] .gitignore: Ignore VS Code workspace files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 88b977edd..3979bc7c2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ .vs/ /out/ CmakeSettings.json +*.code-workspace # macOS General .DS_Store