arbret/.gitignore
counterweight 521848217d
Add Vitest coverage for frontend tests
- Install @vitest/coverage-v8
- Configure coverage in vitest.config.ts
- Add npm script: test:coverage
- Add coverage/ to gitignore
2025-12-21 22:00:47 +01:00

33 lines
241 B
Text

# Python
__pycache__/
*.py[cod]
.venv/
.uv/
uv.lock
# Node
node_modules/
.next/
.turbo/
test-results/
# Env
.env
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
current_pr.md
next_pr.md
# Notes
notes/
prompts/
.coverage
coverage/