aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde2017-04-09 18:29:56 +0200
committerGitHub2017-04-09 18:29:56 +0200
commitcd9e96c83539191a69be81e74071a8edaf9d9cf1 (patch)
treec2f14d59c9517a7a97cffa45c13b7a16fcfd5825
parentf29dc079dcf10865f5373f7b3d4ed23772c85737 (diff)
parentac6ef54500293113f23de5e695d7d4d4e60b50f6 (diff)
downloadgodot-cd9e96c83539191a69be81e74071a8edaf9d9cf1.tar.gz
godot-cd9e96c83539191a69be81e74071a8edaf9d9cf1.tar.zst
godot-cd9e96c83539191a69be81e74071a8edaf9d9cf1.zip
Merge pull request #8336 from RayKoopa/ignore_vs_folder
Ignore Visual Studio 2017 workspace folder [ci skip]
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cdf277dd7..2ede830bc 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