33 lines
306 B
Plaintext
33 lines
306 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Production build
|
|
dist/
|
|
|
|
# Testing
|
|
coverage/
|
|
*.log
|
|
.vitest-result.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Test reports
|
|
test-results/
|
|
playwright-report/ |