Browse Source

Merge pull request #8336 from RayKoopa/ignore_vs_folder

Ignore Visual Studio 2017 workspace folder

[ci skip]
Rémi Verschelde 8 years ago
parent
commit
cd9e96c835
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitignore

+ 2 - 2
.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