chore: update .gitignore to include .vscode/ and remove launch.json

This commit is contained in:
krau
2025-04-18 21:12:59 +08:00
parent 5bb3b595aa
commit 789c14134c
2 changed files with 2 additions and 16 deletions

3
.gitignore vendored
View File

@@ -5,4 +5,5 @@ data/
downloads/
cache/
session.*
cache.db
cache.db
.vscode/

15
.vscode/launch.json vendored
View File

@@ -1,15 +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": "main.go",
}
]
}