Add .gitignore and .gitkeep

This commit is contained in:
Kenearos 2026-04-12 15:04:51 +02:00
parent 22298f1008
commit 0667bff121
2 changed files with 21 additions and 0 deletions

21
.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# Output-Dateien (werden lokal generiert)
_bmad-output/kapitel/*.md
_bmad-output/export/*
# Zustandsdateien (projektspezifisch)
zustand/kapitel/*.md
# Gefüllte Bibel-Dateien (projektspezifisch — nur Templates committen)
# Kommentiere die folgenden Zeilen aus wenn du dein Projekt committen willst:
# bibel/figuren/*.md
# !bibel/figuren/_vorlage.md
# bibel/orte/*.md
# !bibel/orte/_vorlage.md
# System
.DS_Store
Thumbs.db
__pycache__/
*.pyc
.env
node_modules/

0
zustand/kapitel/.gitkeep Normal file
View file