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

添加 backend/.gocache/ 到忽略列表
This commit is contained in:
ianshaw
2025-12-25 21:24:14 -08:00
parent cab681c7d1
commit d7090de0e0

3
.gitignore vendored
View File

@@ -21,6 +21,9 @@ coverage.html
# 依赖(使用 go mod # 依赖(使用 go mod
vendor/ vendor/
# Go 编译缓存
backend/.gocache/
# =================== # ===================
# Node.js / Vue 前端 # Node.js / Vue 前端
# =================== # ===================