diff options
author | Ray Koopa <raykoopa@users.noreply.github.com> | 2017-04-09 17:48:35 +0200 |
---|---|---|
committer | Ray Koopa <raykoopa@users.noreply.github.com> | 2017-04-09 17:50:46 +0200 |
commit | ac6ef54500293113f23de5e695d7d4d4e60b50f6 (patch) | |
tree | f9baebf80537783b9685964da773ea80450dfd7e /.gitignore | |
parent | 21727657ff6df8ebbf5860547ecd3c48f22eefe5 (diff) |
Ignore .vs folder, fix .vscode comment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index cdf277dd71..2ede830bcf 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 |