From b3cd5f4809f74711eb326d780f1e4ebccfa8c346 Mon Sep 17 00:00:00 2001 From: sl <你的邮箱@example.com> Date: Wed, 1 Jul 2026 10:27:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20gitignore=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=20Go=20=E7=BC=93=E5=AD=98=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .gocache - 添加 .gomodcache --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 30436e8..1f6140c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ dist/ .idea/ .exe -.claude \ No newline at end of file +.claude +.gocache +.gomodcache \ No newline at end of file