Adds the ".vscode" folder from Visual Studio Code to ".gitignore"

Adds to ".gitignore" the ".vscode" folder which is created when using
Visual Studio Code together with the "C/C++" extension.
This commit is contained in:
Michele Valente 2016-05-04 23:39:20 +02:00
parent f909634832
commit 49f31197f2

4
.gitignore vendored
View file

@ -299,3 +299,7 @@ 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
/.vscode