Files
gitlore/.gitignore
teernisse 6bb773e631 chore: gitignore .liquid-mail.toml and remove from tracking
The file contains a Honcho API key that should not be in version control.
Added to .gitignore and untracked; the file remains on disk for local use.
2026-02-20 14:31:57 -05:00

51 lines
450 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Test coverage
coverage/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local config files
lore.config.json
.liquid-mail.toml
# beads
.bv/
# SQLite databases (local development)
*.db
*.db-wal
*.db-shm
# Mock seed data
tools/mock-seed/
# Added by cargo
/target