From 1a40d0cd1f29be45b1e611366d0621aabd7c1e92 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 31 Oct 2025 20:26:12 +0200 Subject: Add .gocache to .gitignore Amp-Thread-ID: https://ampcode.com/threads/T-2116c664-03a6-4a6c-ad47-26f43a91567f Co-authored-by: Amp --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2e39ff6..b1bf8c8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ gitsyncer-* *.dll *.so *.dylib +.gocache/ # Test binary, built with `go test -c` *.test -- cgit v1.2.3