diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..26b1adc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Einheitlich LF - im Repository wie im Arbeitsverzeichnis. +# +# Wirkt unabhängig davon, wie core.autocrlf auf dem jeweiligen Rechner +# eingestellt ist, und gilt darum auch für Klone auf anderen Maschinen. +# Wichtig für alles, was im Container läuft: ein Shell-Skript mit CRLF +# scheitert dort mit "bad interpreter: /bin/sh^M". +* text=auto eol=lf + +# Binärdateien nicht anfassen +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.webp binary +*.ico binary +*.mp3 binary +*.woff2 binary +*.sqlite binary