Files
lead-scraper/.dockerignore
Timo Uttenweiler 7db914084e Stitch redesign, Energieversorger-Kampagne, UI improvements
- Apply Stitch design system to leadspeicher, suche, TopBar, globals.css
- Add Energieversorger queue campaign (Netzbetreiber, Fernwärme, Industriepark)
  with BW + Bayern priority, tracks usage per term+location combo
- Remove TopBar right-side actions (Leads finden, bell, settings)
- Remove mode tabs from manual search, rename KI button
- Fix Google Fonts @import order (move to <link> in layout.tsx)
- Add cursor-pointer globally via globals.css
- Responsive fixes for campaign buttons and KI button
- Fix .dockerignore to exclude .env from image build
- Add stadtwerke-cities API + city data (50 cities per Bundesland)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 10:08:00 +02:00

40 lines
376 B
Plaintext

# Dependencies
node_modules
npm-debug.log*
# Next.js build output
.next
out
# Local database files
*.db
*.db-shm
*.db-wal
/data
# Environment files (injected at runtime via Coolify)
.env
.env.local
.env.*.local
# Development tools
.git
.gitignore
README.md
# Editor
.vscode
.idea
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test files
__tests__
*.test.ts
*.spec.ts
coverage