diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..aefe9368 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +*.py text eol=lf +*.txt text eol=lf +*.yaml text eol=lf +*.rst text eol=lf +*.sh text eol=lf +*.conf text eol=lf +*.ini text eol=lf +*.cfg text eol=lf +*.json text eol=lf +*.pu text eol=lf +*.md text eol=lf +*.svg text eol=lf +*.inc text eol=lf + +*.png binary +*.jpg binary +*.jpeg binary