Add local binaries to gitignore

This commit is contained in:
Trey t
2025-11-26 20:36:19 -06:00
parent 501b9cc69c
commit 3ac640a3e9

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@
# Binaries # Binaries
bin/ bin/
api
worker
admin
*.exe *.exe
*.exe~ *.exe~
*.dll *.dll