From ac6ef54500293113f23de5e695d7d4d4e60b50f6 Mon Sep 17 00:00:00 2001 From: Ray Koopa Date: Sun, 9 Apr 2017 17:48:35 +0200 Subject: [PATCH] Ignore .vs folder, fix .vscode comment --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cdf277dd71..2ede830bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -306,6 +306,6 @@ godot.creator.* projects/ platform/windows/godot_res.res -# Visual Studio Code folder (and files) that are created -# when the C/C++ extension (https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) is used +# Visual Studio 2017 and Visual Studio Code workspace folder +/.vs /.vscode