Zeilenenden vereinheitlicht (LF)

This commit is contained in:
2025-05-22 10:08:12 +02:00
parent c0adbad773
commit d457a8d86b
7 changed files with 1253 additions and 188 deletions

9
.gitattributes vendored
View File

@@ -1,4 +1,11 @@
frontend/docker/images/*.tar.xz filter=lfs diff=lfs merge=lfs -text
# Standard: alles als Text behandeln und LF speichern
* text=auto eol=lf
# Beispiel für Ausnahmen
*.png binary
*.jpg binary
# Shell-Skripte: immer LF
*.sh text eol=lf