chore: add catch-all for Go test binaries in .gitignore

This commit is contained in:
2026-06-05 16:37:37 +01:00
parent f4a6033715
commit fd41ca2920
+4
View File
@@ -26,6 +26,10 @@ backend/vendor/
backend/app backend/app
backend/main backend/main
# Catch-all: any ELF/Mach-O binary in backend/ (go build, go test -c)
backend/crussell
backend/*.test
# Dependency management cache # Dependency management cache
backend/.DS_Store backend/.DS_Store