chore: add .vscode to .gitignore

This commit is contained in:
romanhotsiy 2020-10-13 19:16:11 +03:00
parent d4016b8142
commit a9ebbfe013
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8
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"
}