"frontend/src/api/vscode:/vscode.git/clone" did not exist on "50dba656fd8bc583a6b125906889f5eebdce2b81"
Commit d7090de0 authored by ianshaw's avatar ianshaw
Browse files

chore: 更新 .gitignore 忽略 Go 编译缓存

添加 backend/.gocache/ 到忽略列表
parent cab681c7
...@@ -21,6 +21,9 @@ coverage.html ...@@ -21,6 +21,9 @@ coverage.html
# 依赖(使用 go mod) # 依赖(使用 go mod)
vendor/ vendor/
# Go 编译缓存
backend/.gocache/
# =================== # ===================
# Node.js / Vue 前端 # Node.js / Vue 前端
# =================== # ===================
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment