chore: data/ und *.bak-* Backups ignorieren
data/ ist Laufzeit-Gerätespeicher (z.B. Hardware-Snapshots), keine Quelldatei. *.bak-* ist die etablierte Namenskonvention der bisherigen scp-Backups vor jedem Deploy - beides soll git status auf anode sauber halten, jetzt wo dort direkt gepullt statt gescpt wird. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
922c29859f
commit
9022563f95
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
activation.log
|
activation.log
|
||||||
|
data/
|
||||||
|
*.bak-*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user