From c458f9cbd39ed02c36b8657875e11bd7ec0855cb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Sep 2025 14:52:43 +0300 Subject: chore: stop tracking .gocache* and ignore going forward --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9f8a3d9..102cbe3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /hexai-lsp /hexai-action /.gocache/ +/.gocache* /.gomodcache/ /*.out /*.html -- cgit v1.2.3