diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..34be60856 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Auto detect text files and perform end-of-line normalization (to LF) +* text=auto + +# These Windows files should have CRLF line endings in checkout +*.bat text eol=crlf +*.ps1 text eol=crlf + +# Never perform LF normalization on these files +*.ico binary +*.jar binary +*.png binary +*.zip binary