From d7090de0e0e2ac49385e709e0d58b462642c2aba Mon Sep 17 00:00:00 2001 From: ianshaw Date: Thu, 25 Dec 2025 21:24:14 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=20Go=20=E7=BC=96=E8=AF=91=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 backend/.gocache/ 到忽略列表 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d64676dd..5e9296f9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ coverage.html # 依赖(使用 go mod) vendor/ +# Go 编译缓存 +backend/.gocache/ + # =================== # Node.js / Vue 前端 # ===================