X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.gitattributes;h=72184ce6eaa2f5cfb1e2d183953105fb520308bd;hb=dc5aef86777a96b3138734fd4a22be19f5773367;hp=17cdcd5373ad22f616149f35b61236dfe81ebec3;hpb=d1a9ba7625a5d26a0650cd0f1d610be4f7b2ef07;p=jjobs-war.git diff --git a/.gitattributes b/.gitattributes index 17cdcd53..72184ce6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,33 @@ -# Use Linux/Uni* line-feed for new lines (prevents converting) -* text=lf +# +### 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