Add manifest.json, meta tags and app icons to enable: - Add to Home Screen on iOS/Android - Standalone mode (no browser UI) - Custom app icon (ROA) and theme color 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
65 lines
728 B
Plaintext
65 lines
728 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Production builds
|
|
dist/
|
|
build/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Test output
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright-report-integration/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
# Test artifacts and debugging files (exclude PWA icons)
|
|
*.png
|
|
!public/icon-*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.webm
|
|
*.mp4
|
|
*.har
|
|
trace*.zip
|
|
*-debug.json
|
|
*-report.json
|
|
*-report.xml
|
|
debug-*.png
|
|
journey-*.png
|
|
button-debug.png
|
|
responsive-*.png
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.log |