X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=b191e2277e675afa959ee0cafb3a239ad2a715b3;hb=cb4ddbe4e76c81a50748fc3869225f16d9ce13f0;hp=d753b1db076ab9fce664b20d15c361a1b5ecefe6;hpb=adcdac1dec45090e2fa1cd4a340e91a40c7a205f;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index d753b1db..b191e227 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,15 +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 +*.mo binary # Exclude from Git archives +.editorconfig export-ignore .gitattributes export-ignore +.github export-ignore .gitignore export-ignore .travis.yml export-ignore doc/**/*.json export-ignore @@ -26,5 +35,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