Files
dbbackup/.gitignore
Alexander Renz cccee4294f
Some checks failed
CI/CD / Lint (push) Has been cancelled
CI/CD / Build & Release (push) Has been cancelled
CI/CD / Test (push) Has been cancelled
Remove internal bug documentation from public repo
2026-01-08 06:18:20 +01:00

38 lines
452 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
bin/dbbackup_*
bin/*.exe
# Ignore development artifacts
*.swp
*.swo
*~
.DS_Store
# Ignore IDE files
.vscode/
.idea/
*.iml
# Ignore test coverage
*.cover
coverage.html
# Ignore temporary files
tmp/
temp/
CRITICAL_BUGS_FIXED.md