chore: remove tracked directory to apply .gitignore

This commit is contained in:
alex
2025-07-10 18:04:39 +03:00
parent 5bc334fd2c
commit 53572e4628

17
.vscode/launch.json vendored
View File

@@ -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": {},
}
]
}