remove vscode folder from root directory

This commit is contained in:
canove
2020-08-05 17:53:46 -03:00
parent a6d195f53a
commit ca42e8cacb
2 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
/.vscode

14
.vscode/launch.json vendored
View File

@@ -1,14 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\backend\\app.js"
}
]
}