mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
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>
7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
.env
|
|
*.rpm
|
|
|
|
# Go binaries and test artifacts
|
|
main
|
|
*.test
|