From fa5076f5f1e26dd23cc0882db3b65905347e073d Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Mon, 20 Jul 2026 20:25:14 -0500 Subject: [PATCH] Updated .gitignore to ignore local workspace for testing --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8525d36..d6c83cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # build and testing artifacts notarius notarius-output +workspace/ # ---> Go # If you prefer the allow list template instead of the deny list, see community template: