From 134d87a3382bc5b94a92a69e46dd4bd9ed2bc1f7 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 (cherry picked from commit ac6ef54500293113f23de5e695d7d4d4e60b50f6) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3871cb1f892..11c1a9c06e4 100644 --- a/.gitignore +++ b/.gitignore @@ -302,6 +302,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