From 8309b07ab80780fda9008599f134472ceb716ed5 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 23 Dec 2025 15:35:40 -0800 Subject: [PATCH] build: gomodcache/gocache should not be committed Signed-off-by: Robin H. Johnson --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f51c4d8c..ba95b403 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,7 @@ debian/files .vscode yq3 + +# Golang +.gomodcache/ +.gocache/