feat: ignore bin files

This commit is contained in:
2025-05-18 00:00:51 +02:00
parent 95ec03768c
commit 6e6ea3c5a9

2
.gitignore vendored
View File

@ -11,6 +11,8 @@
# Test binary, built with `go test -c`
*.test
bin/*
# Output of the go coverage tool, specifically when used with LiteIDE
*.out