X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=82f3760220c27d84ce65e1105b75dfd7551c89fc;hb=88535f20a9c1bde4d0461561a5a60be6b2bf4745;hp=aaf6a39e94aaa8c5e3faa59ac8b0d54bd17a372e;hpb=453f4653c325dc23193e16432170bf634c42e8a2;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index aaf6a39e..82f37602 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,18 +10,24 @@ *.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 -composer.json export-ignore doc/**/*.json export-ignore doc/**/*.md export-ignore docker/ export-ignore