Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 55s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
- Switch embedding API from OpenRouter to Mistral mistral-embed (1024-dim, EU/DSGVO) - Add afterChange/afterDelete hooks to Posts.ts and Pages.ts for live sync - Integrate kabelhandbuch.txt parsing into /api/sync-qdrant boot route - Add .gitignore entries for kabelhandbuch.txt
38 lines
448 B
Plaintext
38 lines
448 B
Plaintext
node_modules
|
|
.next
|
|
.DS_Store
|
|
.pnpm-store
|
|
public/uploads
|
|
public/media
|
|
|
|
# Lighthouse CI
|
|
.lighthouseci/
|
|
lighthouserc.cjs
|
|
.lighthouserc.json
|
|
|
|
# Legacy (Directus) cleanup
|
|
directus/uploads
|
|
|
|
.next-docker
|
|
|
|
# Pa11y CI
|
|
.pa11yci/
|
|
|
|
.htmlvalidate-tmp
|
|
|
|
# Turborepo
|
|
.turbo
|
|
|
|
# Test Outputs
|
|
html-errors*.json
|
|
reference/
|
|
# Database backups
|
|
backups/
|
|
|
|
.env
|
|
|
|
# Payload CMS auto-generated
|
|
app/(payload)/admin/importMap.js
|
|
|
|
# Knowledge base source files
|
|
kabelhandbuch.txt |