aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJared Allard <jaredallard@users.noreply.github.com>2025-03-22 19:44:11 -0700
committerGitHub <noreply@github.com>2025-03-22 22:44:11 -0400
commitf462209b02cbb62864f5c4ccacd5a31cca5b138e (patch)
tree9fa10b2eb12d0481035f591c074c810669f2141b /.gitignore
parentacf5586e8314a0e3c075cc30e3e10554fe50fdfe (diff)
downloadanubis-f462209b02cbb62864f5c4ccacd5a31cca5b138e.tar.xz
anubis-f462209b02cbb62864f5c4ccacd5a31cca5b138e.zip
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
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