Add .vscode folder to .gitignore file (#1060)

Matching the existence of Eclipse CDT ignore rules, .vscode should also be added to .gitignore
Visual Studio Code is always eager to create settings.json file there.
This commit is contained in:
Andrew Boyarshin 2018-11-25 20:28:45 +07:00 committed by Hermès BÉLUSCA - MAÏTO
parent 26415375e3
commit 1427e0bd2b

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ modules/3rdparty
.project
.settings
build
.vscode