25 lines
318 B
Plaintext
25 lines
318 B
Plaintext
# Build output
|
|
/target
|
|
/crates/news-web/dist
|
|
/node_modules
|
|
|
|
# Local database + secrets
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.env
|
|
.env.local
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Agent / tooling artifacts
|
|
.omo/
|
|
.playwright-mcp/
|
|
/profile.out
|
|
|
|
# Generated by Trunk's tailwind pre-build hook
|
|
/crates/news-web/styles/generated.css
|