remove tracked files

This commit is contained in:
fuzhongyun 2025-09-09 10:04:48 +08:00
parent aab53acd8f
commit 1e1eaa74ce
1 changed files with 0 additions and 16 deletions

16
.vscode/launch.json vendored
View File

@ -1,16 +0,0 @@
{
// 使 IntelliSense
//
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/server",
"cwd": "${workspaceFolder}"
}
]
}