76 lines
708 B
Text
76 lines
708 B
Text
|
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
pnpm-debug.log*
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
*.local
|
||
|
|
|
||
|
|
# Environment files
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
.env.development
|
||
|
|
.env.production
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage/
|
||
|
|
.nyc_output/
|
||
|
|
*.test.ts
|
||
|
|
*.test.tsx
|
||
|
|
*.spec.ts
|
||
|
|
*.spec.tsx
|
||
|
|
__tests__/
|
||
|
|
tests/
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
.DS_Store
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
*.md
|
||
|
|
docs/
|
||
|
|
README.md
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs/
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Temporary files
|
||
|
|
tmp/
|
||
|
|
temp/
|
||
|
|
*.tmp
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
Dockerfile*
|
||
|
|
.dockerignore
|
||
|
|
docker-compose*.yml
|
||
|
|
|
||
|
|
# Lighthouse reports
|
||
|
|
lighthouse-reports/
|
||
|
|
|
||
|
|
# Build analysis
|
||
|
|
bundle-analysis.html
|
||
|
|
|
||
|
|
# Playwright
|
||
|
|
playwright-report/
|
||
|
|
test-results/
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.eslintcache
|
||
|
|
.stylelintcache
|
||
|
|
|