Files
dbbackup/.gitignore
Alexander Renz ee1f58efdb
Some checks failed
CI/CD / Test (push) Failing after 4s
CI/CD / Generate SBOM (push) Has been skipped
CI/CD / Lint (push) Failing after 4s
CI/CD / Build (darwin-amd64) (push) Has been skipped
CI/CD / Build (linux-amd64) (push) Has been skipped
CI/CD / Build (darwin-arm64) (push) Has been skipped
CI/CD / Build (linux-arm64) (push) Has been skipped
CI/CD / Release (push) Has been skipped
CI/CD / Build & Push Docker Image (push) Has been skipped
CI/CD / Mirror to GitHub (push) Has been skipped
chore: ignore bin/ directory to prevent repository bloat
2026-01-06 13:39:47 +01:00

36 lines
409 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/
# Ignore development artifacts
*.swp
*.swo
*~
.DS_Store
# Ignore IDE files
.vscode/
.idea/
*.iml
# Ignore test coverage
*.cover
coverage.html
# Ignore temporary files
tmp/
temp/