24 lines
264 B
Text
24 lines
264 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Test output
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# Synced from @bimr/web (npm run sync:bimr) — never committed
|
|
public/mp/
|
|
public/samples/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.local
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|