41 lines
493 B
Plaintext
Executable File
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/
|