diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..17098d8b73 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Ensure Docker script files uses LF to support Docker for Windows. +# Ensure "git config --global core.autocrlf input" before you clone +* text eol=lf +*.ts whitespace=error +*.js whitespace=error + +*.ico binary +*.jpg binary +*.png binary +*.zip binary +*.mp3 binary