gitignore: add .vscode for VS Code users

For Visual Studio Code users, .vscode is created inside the workspace.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 12dbad1a86)
This commit is contained in:
Álvaro Fernández Rojas 2021-03-08 10:46:06 +01:00 committed by Hauke Mehrtens
parent c61d4eeedb
commit f0ab4b17e6
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ git-src
.project
.cproject
.ccache
.vscode