chore: ignore bin/ directory to prevent repository bloat

This commit is contained in:
2026-01-06 13:39:47 +01:00
parent 5959d7313d
commit deecff8fda

3
.gitignore vendored
View File

@@ -9,10 +9,11 @@ logs/
*.trace
*.err
# Ignore built binaries in root (keep bin/ directory for releases)
# Ignore built binaries (built fresh via build_all.sh on release)
/dbbackup
/dbbackup_*
!dbbackup.png
bin/
# Ignore development artifacts
*.swp