From 53572e4628efd27ba01c941879845f8a9b975e3c Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 10 Jul 2025 18:04:39 +0300 Subject: [PATCH] chore: remove tracked directory to apply .gitignore --- .vscode/launch.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 778de42..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Debug Go program", - "type": "go", - "request": "launch", - "mode": "debug", - "program": "${workspaceFolder}", - "args": [ - "run", - "-t", "1,2,3" - ], - "env": {}, - } - ] -} \ No newline at end of file