X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=0007056167d7688119251a42814fea9200b76bc3;hb=refs%2Fheads%2Fv0.9;hp=aaf6a39e94aaa8c5e3faa59ac8b0d54bd17a372e;hpb=88c15abb2a2b24f05ca926c0ddbdec18a407e47d;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index aaf6a39e..00070561 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,22 +10,33 @@ *.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 +*.mo binary # Exclude from Git archives +.editorconfig export-ignore .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 +.docker/ export-ignore +.dockerignore export-ignore +Dockerfile* export-ignore Doxyfile export-ignore Makefile export-ignore +mkdocs.yml export-ignore phpunit.xml export-ignore tests/ export-ignore