chore: ignore bin/ directory to prevent repository bloat
Some checks failed
CI/CD / Test (push) Failing after 4s
CI/CD / Generate SBOM (push) Has been skipped
CI/CD / Lint (push) Failing after 4s
CI/CD / Build (darwin-amd64) (push) Has been skipped
CI/CD / Build (linux-amd64) (push) Has been skipped
CI/CD / Build (darwin-arm64) (push) Has been skipped
CI/CD / Build (linux-arm64) (push) Has been skipped
CI/CD / Release (push) Has been skipped
CI/CD / Build & Push Docker Image (push) Has been skipped
CI/CD / Mirror to GitHub (push) Has been skipped

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

3
.gitignore vendored
View File

@@ -9,10 +9,11 @@ logs/
*.trace *.trace
*.err *.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_* /dbbackup_*
!dbbackup.png !dbbackup.png
bin/
# Ignore development artifacts # Ignore development artifacts
*.swp *.swp