brewlog/.gitignore
2026-02-09 11:35:21 +00:00

21 lines
318 B
Text

# Build artifacts
target/
result*
# 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
# This is generated by the nix shell hook
.pre-commit-config.yaml
# Backup of database
backup.json