diff --git a/.gitignore b/.gitignore index f735477..2c72b61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ uploads/ -config/default.json \ No newline at end of file +config/default.json +.vscode/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2359da6..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,17 +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", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}/index.js" - } - ] -} \ No newline at end of file diff --git a/ruscoapp/.vscode/launch.json b/ruscoapp/.vscode/launch.json deleted file mode 100644 index 8766f6d..0000000 --- a/ruscoapp/.vscode/launch.json +++ /dev/null @@ -1,18 +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", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}/server.js" - } - ] -} \ No newline at end of file