From 40ade651b0516c9f48b0d0b1f81fb1d383ae06f3 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