From 645a02c99ea606ad123c590beacf8b3113d50dfe Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 27 Feb 2019 10:40:43 +0100 Subject: [PATCH] Ignore .vscode folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ee4647..c0aaab6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.vscode/ /CMakeSettings.json /_build/ /*.dll