- Blockiert Commit wenn keine history/prompts/HEUTE_*_session.md existiert - Zwingt Agenten /history auszufuehren vor dem Commit - Opt-out: .copilot-no-session fuer manuelle Commits ohne Chat-Kontext - .gitignore: *.bak ergaenzt (copilot-update.sh legt .bak bei copilot-instructions.md an)
9 lines
92 B
Text
9 lines
92 B
Text
.env
|
|
*.local
|
|
|
|
# Persistente Service-Daten (nie committen!)
|
|
data/**/*
|
|
|
|
|
|
!data/.gitkeep
|
|
*.bak
|