- LCP-Bild (Portrait) mit fetchpriority="high" und Preload optimiert - Logo SVG mit expliziten width/height Attributen versehen (CLS) - Touch-Targets in Experience Navigation von 5px auf 24px vergrößert - Kontrast für Firmenname/Zeitraum verbessert (zinc-300/zinc-400) - PWA Service Worker mit script-defer für nicht-blockierendes Laden - Responsive Bilder: srcset mit 400w/800w/1200w + WebP-Format - Neues Build-Script für Bildoptimierung (scripts/optimize-images.js) - Original-Bilder in source-images/ verschoben (gitignored) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
84 lines
970 B
Plaintext
84 lines
970 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Production
|
|
dist
|
|
dist-ssr
|
|
build
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
*.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Cache
|
|
.eslintcache
|
|
.cache
|
|
.parcel-cache
|
|
.next
|
|
.nuxt
|
|
.vuepress/dist
|
|
.temp
|
|
.docusaurus
|
|
.serverless/
|
|
.fusebox/
|
|
.dynamodb/
|
|
.tern-port
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
# Supabase
|
|
supabase/.branches/
|
|
supabase/.temp/
|
|
|
|
# PWA files
|
|
**/public/workbox-*.js
|
|
**/public/sw.js
|
|
**/public/fallback-*.js
|
|
|
|
# Misc
|
|
.sass-cache/
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
.history/
|
|
|
|
# Source images (originals before optimization)
|
|
source-images/ |