copilot-bootstrap.fish hatte /home/rd13server/.git-templates hartkodiert und legte nur .github/.vscode an. Jetzt $HOME und volle Funktions-Paritaet zu copilot-bootstrap.sh (--with-update-hook, data/, history/, docs/ USER+ADMIN+MAINTAINER, pre-commit/post-commit Hooks, .gitignore-Append). Zusaetzlich *:Zone.Identifier (Windows NTFS ADS) in .gitignore aufgenommen und vom Bootstrap in Ziel-Repos propagiert.
12 lines
198 B
Text
12 lines
198 B
Text
.env
|
|
*.local
|
|
|
|
# Windows Mark-of-the-Web / NTFS ADS cruft (entsteht beim Download/Entpacken auf NTFS)
|
|
*:Zone.Identifier
|
|
|
|
# Persistente Service-Daten (nie committen!)
|
|
data/**/*
|
|
|
|
|
|
!data/.gitkeep
|
|
*.bak
|