From e66befe73896d59317919bcb19482e3998f162a5 Mon Sep 17 00:00:00 2001 From: LIghty Date: Tue, 20 Mar 2018 18:09:50 +0100 Subject: [PATCH] ignore vscode stuff --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 54fbab6c..30636f37 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ @@ -264,3 +265,4 @@ CTestTestfile.cmake ## Ignore Data Folder symlink Data Folder /core +.vscode/settings.json