anubis/.gitignore
Jared Allard f462209b02
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>
2025-03-22 22:44:11 -04:00

6 lines
57 B
Text

.env
*.rpm
# Go binaries and test artifacts
main
*.test