instances/ nicht mehr gitignored, PID 7843 hinzugefügt

Repo ist privat — PID-Dateien können mitgeteilt werden.
Wer seine PID lokal halten will: echo "instances/" >> .git/info/exclude
This commit is contained in:
Sebastian Poll
2026-04-09 21:24:48 +00:00
parent 200d52f917
commit 4de8f3de3f
2 changed files with 292 additions and 3 deletions

8
.gitignore vendored
View File

@@ -1,3 +1,5 @@
# PID-spezifische Dateien (shop-interne Lektionen)
# Für Kollegen-Sharing: diesen Block entfernen oder eigenes Repo nutzen
instances/
# PID-spezifische Dateien sind standardmäßig NICHT ignoriert,
# da dieses Repo privat geteilt wird (handverlesene Collaborators).
#
# Wer seine PID-Datei NICHT pushen will:
# echo "instances/" >> .git/info/exclude