chore: add .vscode to .gitignore (#1416)

This commit is contained in:
Roman Hotsiy 2020-10-14 11:49:54 +03:00 committed by GitHub
parent d4016b8142
commit f5eeacfd05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ cli/index.js
stats.json
yarn.lock
.idea
.vscode

View File

@ -1,4 +0,0 @@
{
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules/typescript/lib"
}