0f574bf8a7
/library/software trennt jetzt 'Werkzeuge' (Beiträge mit externem Link wie DOSSIER/RAPPORT, als Karten mit ↗ und Farbakzent) von 'Texte & Anleitungen' (chronologisch). Andere Rubriken bleiben unverändert. dist/ ignoriert. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
30 lines
343 B
Plaintext
30 lines
343 B
Plaintext
# Hugo
|
|
/public/
|
|
/preview/
|
|
/resources/
|
|
.hugo_build.lock
|
|
hugo_stats.json
|
|
|
|
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Node (CMS)
|
|
node_modules/
|
|
# Admin-SPA Build-Output (wird im Container gebaut)
|
|
cms/admin/dist/
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local secrets / overrides
|
|
.env
|
|
.env.local
|
|
hugo.local.yaml
|
|
|
|
# DB-Backups (Dialog-Daten-Dumps)
|
|
backups/
|