From c2be1b57c0b4137f3e2497308046ea54bd1eb2ae Mon Sep 17 00:00:00 2001 From: Arik Jones Date: Tue, 3 Sep 2024 10:53:23 -0500 Subject: [PATCH] Ignore rollup output files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index de67df5..b235000 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ # Go workspace file go.work + +# Ignore rollup output files +*rollup*.md