Remove clutter

This commit is contained in:
schmelczerandras 2020-09-16 14:21:28 +02:00
parent 78444d8cc6
commit e1c74a8054
2 changed files with 2 additions and 9 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
node_modules
package-lock.json
lib
lib
.vscode

View file

@ -1,8 +0,0 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}