mirror of https://github.com/godotengine/godot
Ignore .vs folder, fix .vscode comment
(cherry picked from commit ac6ef54500)
This commit is contained in:
parent
18f2b96186
commit
134d87a338
|
|
@ -302,6 +302,6 @@ godot.creator.*
|
||||||
projects/
|
projects/
|
||||||
platform/windows/godot_res.res
|
platform/windows/godot_res.res
|
||||||
|
|
||||||
# Visual Studio Code folder (and files) that are created
|
# Visual Studio 2017 and Visual Studio Code workspace folder
|
||||||
# when the C/C++ extension (https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) is used
|
/.vs
|
||||||
/.vscode
|
/.vscode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue