Update .gitgnore to ignore build artifacts

This commit is contained in:
2026-07-05 08:39:34 -05:00
parent d3f790095e
commit 86bff552c1

4
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# build artifacts
./notarius
# ---> Go # ---> Go
# If you prefer the allow list template instead of the deny list, see community template: # 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 # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
@@ -49,6 +52,7 @@ go.work.sum
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*