X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitattributes;h=72184ce6eaa2f5cfb1e2d183953105fb520308bd;hb=645d7022e1e74573bd7511fb98ae3ac4e341464e;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=b4683952aea678cf8e45d95989176073961de136;p=core.git diff --git a/.gitattributes b/.gitattributes index e69de29b..72184ce6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -0,0 +1,33 @@ +# +### Distribute this file on all GIT projects! +# +# Autodetect text files +* text=auto + +# Force the following filetypes to have unix eols, so Windows does not break them +*.* text eol=lf + +# Force images/fonts to be handled as binaries +*.jpg binary +*.jpeg binary +*.gif binary +*.png binary +*.t3x binary +*.t3d binary +*.exe binary +*.data binary +*.ttf binary +*.eof binary +*.eot binary +*.swf binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.ogg binary +*.flv binary +*.jar binary +*.pdf binary +*.woff* binary +*.otf binary +*.z binary +*.docx binary