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:
parent
c61d4eeedb
commit
f0ab4b17e6
|
@ -29,3 +29,4 @@ git-src
|
|||
.project
|
||||
.cproject
|
||||
.ccache
|
||||
.vscode
|
||||
|
|
Loading…
Reference in New Issue