From 52faf65a1ff49dc44e51a4bb34fcb71939cbe4b1 Mon Sep 17 00:00:00 2001 From: coinmoles Date: Tue, 21 Nov 2023 01:32:58 +0900 Subject: [PATCH] Actually fixed gitignore --- .gitignore | 1 + .vscode/launch.json | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 778031d..de9cf4e 100644 --- a/.gitignore +++ b/.gitignore @@ -524,6 +524,7 @@ MigrationBackup/ FodyWeavers.xsd # VS Code files for those working on multiple tools +.vscode .vscode/* !.vscode/settings.json !.vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9a761b1..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ "/**" ], - "program": "${workspaceFolder}/app.js", - "cwd": "${workspaceFolder}", - "console": "externalTerminal" - } - ] -} \ No newline at end of file