18 lines
252 B
Text
18 lines
252 B
Text
# Build artifacts
|
|
target/
|
|
reviews/
|
|
|
|
# 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
|