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