From 86bff552c18a2fe18069607de9f12743471ec378 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Sun, 5 Jul 2026 08:39:34 -0500 Subject: [PATCH] Update .gitgnore to ignore build artifacts --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3dea460..8681d61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# build artifacts +./notarius + # ---> Go # If you prefer the allow list template instead of the deny list, see community template: # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore @@ -47,7 +50,8 @@ go.work.sum .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._*