chore: 更新 gitignore 忽略 Go 缓存目录

- 添加 .gocache
- 添加 .gomodcache
This commit is contained in:
sl
2026-07-01 10:27:52 +08:00
parent 763e0d0382
commit b3cd5f4809
+3 -1
View File
@@ -1,4 +1,6 @@
dist/ dist/
.idea/ .idea/
.exe .exe
.claude .claude
.gocache
.gomodcache