Add .gitignore and .gitkeep
This commit is contained in:
parent
22298f1008
commit
0667bff121
2 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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
0
zustand/kapitel/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue