From 7b2911cdf624004fe0cbbaa60969275c003400f1 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Wed, 7 Jan 2026 14:21:10 +1100 Subject: [PATCH] fix: gitignore too enthusiastic --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 61ae2e1..b06bc2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -# Added by goreleaser init: -dist/ -cache/ +/dist/ +/cache/