gitignore: ignore vscode directory

That is auto-generated by vscode and should be ignored.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao 2020-08-27 10:15:33 +08:00
parent cf1b72d6c6
commit b24f2cb969

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
**/*.orig
**/*.rej
**/target
**/.vscode