Files
dbbackup/.gitignore
Alexander Renz c3ade7a693
All checks were successful
CI/CD / Test (push) Successful in 2m36s
CI/CD / Lint (push) Successful in 2m45s
CI/CD / Build (amd64, darwin) (push) Successful in 1m53s
CI/CD / Build (amd64, linux) (push) Successful in 1m56s
CI/CD / Build (arm64, darwin) (push) Successful in 1m54s
CI/CD / Build (arm64, linux) (push) Successful in 1m54s
Include pre-built binaries for distribution
2026-01-06 15:32:47 +01:00

35 lines
404 B
Plaintext
Executable File

# Ignore backup artifacts and logs in project subdir
pg_backups/
*.tar.gz
*.dump
*.sql
logs/
*.log
*.out
*.trace
*.err
# Ignore built binaries (built fresh via build_all.sh on release)
/dbbackup
/dbbackup_*
!dbbackup.png
# Ignore development artifacts
*.swp
*.swo
*~
.DS_Store
# Ignore IDE files
.vscode/
.idea/
*.iml
# Ignore test coverage
*.cover
coverage.html
# Ignore temporary files
tmp/
temp/