diff --git a/.gitignore b/.gitignore index 6b113eb..1b95e29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # See https://help.github.com/ignore-files/ for more about ignoring files. +# IDE +.vscode + # dependencies /node_modules diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 95aa0b8..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,23 +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": "attach", - "name": "Attach to Remote", - "address": "localhost", - "port": 9229, - "protocol": "inspector", - "localRoot": "${workspaceFolder}", - "remoteRoot": "/usr/app", - "restart": true, - "skipFiles": [ - "/**" - ] - } - - ] -} \ No newline at end of file