From 57b3579babf850d6a5f998bd8e6d79240ec796c4 Mon Sep 17 00:00:00 2001 From: Francesco Cappelli Date: Fri, 6 Sep 2024 20:21:36 +0200 Subject: [PATCH] pulizia. --- .gitignore | 3 ++- .vscode/launch.json | 17 ----------------- ruscoapp/.vscode/launch.json | 18 ------------------ 3 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 ruscoapp/.vscode/launch.json 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