diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-04-09 18:29:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-09 18:29:56 +0200 |
commit | cd9e96c83539191a69be81e74071a8edaf9d9cf1 (patch) | |
tree | c2f14d59c9517a7a97cffa45c13b7a16fcfd5825 /.gitignore | |
parent | f29dc079dcf10865f5373f7b3d4ed23772c85737 (diff) | |
parent | ac6ef54500293113f23de5e695d7d4d4e60b50f6 (diff) |
Merge pull request #8336 from RayKoopa/ignore_vs_folder
Ignore Visual Studio 2017 workspace folder
[ci skip]
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 |