chore: remove built binary and prevent accidental addition again (#91)

Removes `main` from the repo and updates `.gitignore` to help prevent
accidents like this again. `.test` comes from go test binaries, which I
feel is also worth excluding

Signed-off-by: Jared Allard <jaredallard@users.noreply.github.com>
This commit is contained in:
Jared Allard 2025-03-22 19:44:11 -07:00 committed by GitHub
parent acf5586e83
commit f462209b02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View file

@ -1,2 +1,6 @@
.env
*.rpm
*.rpm
# Go binaries and test artifacts
main
*.test

BIN
main

Binary file not shown.