From eab640aa21091b8e59d85bca043b889b9d03a647 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Sun, 5 Jul 2026 10:54:16 -0500 Subject: [PATCH] Update .gitignore to ignore build and testing output artifacts --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8681d61..8525d36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# build artifacts -./notarius +# build and testing artifacts +notarius +notarius-output # ---> Go # If you prefer the allow list template instead of the deny list, see community template: