X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=939006027f24a5ef9643ffcaaf4620a1b9822a16;hb=919c9803443d5b05623fb34e755c85e1e3c22d91;hp=059fbb182a4fb08de293f81daac3b1d4820ebe64;hpb=5fbab3edb300ad770d88f40ba1cc50d5b93a5bb8;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index 059fbb18..93900602 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,14 +10,21 @@ *.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 +.editorconfig export-ignore .gitattributes export-ignore .github export-ignore .gitignore export-ignore @@ -27,5 +34,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