diff --git a/locales/en/.gitattributes b/locales/en/.gitattributes new file mode 100644 index 0000000..f61cdb7 --- /dev/null +++ b/locales/en/.gitattributes @@ -0,0 +1,12 @@ +# .gitattributes - enforce sensible defaults +* text=auto eol=lf + +# Windows-skripte sollten CRLF behalten +*.ps1 eol=crlf +*.bat eol=crlf + +# Binaries +*.png binary +*.jpg binary +*.jpeg binary +*.webp binary