brewlog/.gitignore
Jon Seager 494e0346bf
perf(db): enable WAL mode, add tuning pragmas and missing indexes
- Enable WAL journal mode for concurrent reads during writes
- Set synchronous=NORMAL, cache_size=8MB, temp_store=MEMORY, busy_timeout=5s
- Add indexes on brews.grinder_id, brews.brewer_id, brews.filter_paper_id
  to speed up the 6-table brew list JOIN
- Gitignore WAL sidecar files (*.db-shm, *.db-wal)
2026-02-06 18:04:58 +00:00

10 lines
No EOL
99 B
Text

target/
result*
*.db
*.db-journal
*.db-shm
*.db-wal
TODO.md
backup.json
*.env
static/css/styles.css