chore: remove binaries from git tracking
All checks were successful
CI/CD / Test (push) Successful in 1m15s
CI/CD / Lint (push) Successful in 1m22s
CI/CD / Build (amd64, darwin) (push) Successful in 30s
CI/CD / Build (amd64, linux) (push) Successful in 29s
CI/CD / Build (arm64, darwin) (push) Successful in 30s
CI/CD / Build (arm64, linux) (push) Successful in 30s

- Add bin/dbbackup_* to .gitignore
- Binaries distributed via GitHub Releases instead
- Reduces repo size and eliminates large file warnings
This commit is contained in:
2026-01-07 12:04:22 +01:00
parent 2ed54141a3
commit b7dd325c51
12 changed files with 14 additions and 1 deletions

2
.gitignore vendored
View File

@@ -13,6 +13,8 @@ logs/
/dbbackup
/dbbackup_*
!dbbackup.png
bin/dbbackup_*
bin/*.exe
# Ignore development artifacts
*.swp