X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=82f3760220c27d84ce65e1105b75dfd7551c89fc;hb=dcc85ea619ee728361c62b2b7a7cc8f37081dfbf;hp=d753b1db076ab9fce664b20d15c361a1b5ecefe6;hpb=8758bb0ac8cb68d32122009dbcb977d2f0fad2b0;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index d753b1db..82f37602 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,15 +10,22 @@ *.php text diff=php Dockerfile text -# Do not alter images nor minified scripts +# Do not alter images nor minified scripts nor fonts *.ico binary *.jpg binary *.png binary +*.svg binary +*.otf binary +*.eot binary +*.woff binary +*.woff2 binary +*.ttf binary *.min.css binary *.min.js binary # Exclude from Git archives .gitattributes export-ignore +.github export-ignore .gitignore export-ignore .travis.yml export-ignore doc/**/*.json export-ignore