Files
dbbackup/.gitignore
Alexander Renz 5fb88b14ba
All checks were successful
CI/CD / Test (push) Successful in 1m14s
CI/CD / Lint (push) Successful in 1m20s
CI/CD / Build & Release (push) Has been skipped
Add legal documentation to gitignore
2026-01-08 06:19:08 +01:00

41 lines
493 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
LEGAL_DOCUMENTATION.md
LEGAL_*.md
legal/