From 6314013356afa28ee609d9828ff60b09f56b1713 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Wed, 4 Feb 2026 09:55:36 +0300 Subject: [PATCH] Ignore local Go cache directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c2293af..b83f5fa 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ config.yaml /cron /bin/ +# Local Go build cache used in sandboxed runs +.gocache/ + # ---> macOS # General .DS_Store