# Shell-/Deploy-Skripte MÜSSEN LF behalten — sonst bricht der Deploy auf der Box
# (CRLF macht `set -euo pipefail` zu `pipefail\r` → "invalid option name").
*.sh        text eol=lf
*.bash      text eol=lf

# systemd-Units und Service-Configs ebenfalls LF.
*.service   text eol=lf
*.timer     text eol=lf

# Windows-Batch-Wrapper bleiben CRLF.
*.cmd       text eol=crlf
*.bat       text eol=crlf
