From f54f617b4e4a3e5b1aa42ecf5b948e74dac534d0 Mon Sep 17 00:00:00 2001 From: poddm <8801231+poddm@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:49:02 -0700 Subject: [PATCH] adding go cache to gitignore file --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b6b0f366..8863792a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,11 @@ website/node_modules *.test *.iml +# gocache +.gocache +.gomodcache + +# website/vendor # Test exclusions