X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=549777eff0610a6fb22d147a26211318967d6cc8;hb=7ff458bc437077ca0da372513b6f06e1be83ee83;hp=059fbb182a4fb08de293f81daac3b1d4820ebe64;hpb=3ee5c69777af4d5b20cfd8e89e1cc3cf13f640eb;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index 059fbb18..549777ef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,22 +10,32 @@ *.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 -.gitattributes export-ignore -.github export-ignore -.gitignore export-ignore -.travis.yml export-ignore -doc/**/*.json export-ignore -doc/**/*.md export-ignore -docker/ export-ignore -Doxyfile export-ignore -Makefile export-ignore -phpunit.xml export-ignore -tests/ export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.github export-ignore +.gitignore export-ignore +.travis.yml export-ignore +doc/**/*.json export-ignore +doc/**/*.md export-ignore +docker/ export-ignore +Doxyfile export-ignore +Makefile export-ignore +node_modules/ export-ignore +mkdocs.yml export-ignore +phpunit.xml export-ignore +tests/ export-ignore