4e3ff6447f
- Parst buchBild()-Slots live aus allen buch-*.php (92 Slots, bleibt automatisch synchron) - Pro Slot: Beschreibung, Status (eingebaut/wartend/gesucht), Thumbnail, Multi-Upload (JPG/PNG/HEIC/WebP, max 40 MB) + Notizfeld; Sonstiges-Slot für freie Fotos - Uploads nach uploads/buch-fotos/<sim>/, per .htaccess gesperrt (Originale mit GPS nie öffentlich); PRG-Redirect, Dateityp-/Größen-Validierung - App/uploads/ in .gitignore Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
27 lines
468 B
Plaintext
27 lines
468 B
Plaintext
node_modules/
|
|
App/node_modules/
|
|
App/dist/
|
|
App/.env.local
|
|
App/.env.production
|
|
App/Don_t_Deploy/.env
|
|
.claude/
|
|
|
|
# Tile-Proxy-Cache (regenerierbare Kartenkacheln, nicht ins Git)
|
|
App/data/tiles/
|
|
|
|
# API-Keys und Secrets — niemals committen
|
|
.humanInput/Secrets/
|
|
.humanInput/secrets/
|
|
**/Secrets/keys.md
|
|
**/Secrets/*.key
|
|
*.secret
|
|
*-secret.*
|
|
|
|
# Nachträgliche Absicherung — 2026-07-08
|
|
secret_keys.txt
|
|
**/secret_keys.txt
|
|
**/.humaninput/
|
|
**/.env
|
|
!**/.env.example
|
|
App/uploads/
|