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

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