All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 53m24s
Compliance-Runde 2 (ohne Doppelstrukturen; baut auf v1.7–v1.9 auf): FKS/FEUKOS (dokumentierte schriftliche Genehmigung 17.02.2026): - legal.ts: fksAttribution (exakte Quellenangabe, Genehmigungsdatum, Nutzungshinweis) + operatorType - Neue Seite /quellen-und-lizenzen (+ Footer/Sitemap-Link) - FKS-Abschnitt in Nutzungsbedingungen (§10a); Quellenangabe im Symbol-Panel und in PDF/PNG-Export - Terminologie entschärft: "offizielle FKS/BABS-Signaturen" -> "FEUKOS-Symbole der FKS" (keine Partnerschaft/Zertifizierung/Empfehlung suggeriert) - FKS_ATTRIBUTION als Dokumenttyp (Migration-Seed, LegalDocumentType), Kontexte erweitert - licenses-and-attributions.md aktualisiert; .gitignore: private-legal-evidence/ Datenschutz/Transparenz: - [REGION]-Platzhalter in der Subprozessorenliste durch öffentlich bekannte Firmensitze ersetzt (keine Platzhalter mehr öffentlich sichtbar) - Journal-Freitext-Warnung (keine schutzwürdigen Daten) Docs: current-state-audit, international-data-transfers, backup-and-restore, privacy-risk-assessment, manual-action-checklist Tests: Krypto-Round-Trip (crypto-secret); legal-config-Test aktualisiert; 17 grün. tsc+build ok. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
71 lines
886 B
Plaintext
71 lines
886 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
|
|
# Production
|
|
build
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
Thumbs.db
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
.env
|
|
.env*.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Prisma
|
|
prisma/migrations/*
|
|
!prisma/migrations/.gitkeep
|
|
|
|
# Large binary files (do not commit)
|
|
*.tar
|
|
*.zip
|
|
# Allow MP4s in public folder (used by the app)
|
|
!public/*.mp4
|
|
!public/**/*.mp4
|
|
lageplan-web.tar
|
|
|
|
# Reference materials (keep locally, not in git)
|
|
/Signaturen/
|
|
Reglement_*/
|
|
|
|
# Allow FKS SVG signatures in public folder (used by seed scripts)
|
|
!public/signaturen/
|
|
!public/signaturen/*.svg
|
|
!public/**/*.svg
|
|
|
|
# Stack env (contains secrets)
|
|
stack.env
|
|
|
|
# Private rechtliche Nachweise (NICHT committen: z.B. FKS-Freigabe-E-Mail)
|
|
private-legal-evidence/
|