mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
* feat(WHE-15): bootstrap bun workspace with app and package scaffolds * chore(WHE-17): switch workspace typecheck to tsgo * chore(WHE-16): configure oxlint and oxfmt no-semicolon style * chore: address CodeRabbit review feedback * chore: apply coderabbit fixes and add review script * docs: add ADR decision metadata
26 lines
238 B
Plaintext
26 lines
238 B
Plaintext
dist
|
|
.wrangler
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.vinxi
|
|
app.config.timestamp_*.js
|
|
|
|
# Environment
|
|
.env
|
|
.env*.local
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
*.launch
|
|
.settings/
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|