- PostgreSQL and MySQL support - Interactive TUI with fixed menu navigation - Line-by-line progress display - CPU-aware parallel processing - Cross-platform build support - Configuration settings menu - Silent mode for TUI operations
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
# Ignore backup artifacts and logs in project subdir
|
|
pg_backups/
|
|
*.tar.gz
|
|
*.dump
|
|
*.sql
|
|
logs/
|
|
*.log
|
|
*.out
|
|
*.trace
|
|
*.err
|