From f462209b02cbb62864f5c4ccacd5a31cca5b138e Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Sat, 22 Mar 2025 19:44:11 -0700 Subject: 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 --- .gitignore | 6 +++++- main | Bin 15524102 -> 0 bytes 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100755 main diff --git a/.gitignore b/.gitignore index 105385c..b54eb8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ .env -*.rpm \ No newline at end of file +*.rpm + +# Go binaries and test artifacts +main +*.test diff --git a/main b/main deleted file mode 100755 index 3c67613..0000000 Binary files a/main and /dev/null differ -- cgit v1.2.3