X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=dd0e573cffb0d6a6aa35bd3a701ea87522963387;hb=5ec90c7155f7185b35feb59c47816fc4188a314d;hp=059fbb182a4fb08de293f81daac3b1d4820ebe64;hpb=9977c418d6d0de9e22e4ec276e7d476e184b5d01;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index 059fbb18..dd0e573c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,10 +10,16 @@ *.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 @@ -27,5 +33,6 @@ doc/**/*.md export-ignore docker/ export-ignore Doxyfile export-ignore Makefile export-ignore +mkdocs.yml export-ignore phpunit.xml export-ignore tests/ export-ignore