brewlog/.gitignore
Jon Seager 527358b695 chore: migrate from Nix to mise for dev environment management
Replace Nix flake with mise for toolchain management, treefmt for
formatting, prek for pre-commit hooks, and a Dockerfile for container
builds. Update CI workflows to use jdx/mise-action instead of Nix.

Add system dependency instructions to README.md and CLAUDE.md.
2026-05-22 12:03:03 +01:00

20 lines
269 B
Text

# Build artifacts
target/
reviews/
result*
.direnv/
# SQLite database files
*.db
*.db-journal
*.db-shm
*.db-wal
# Runtime configuration and secrets
*.env
# Generated by TailwindCSS CLI as part of `cargo build`
static/css/styles.css
# Backup of database
backup.json