X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=dd0e573cffb0d6a6aa35bd3a701ea87522963387;hb=e8cef3ac43d5a50485c72ea2e8267e92b00be609;hp=e616be284b34b6e82d96fac112f4da197480ce8d;hpb=c6a7972de51a15d94ccb69dfb008d5560820452c;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index e616be28..dd0e573c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,27 +2,37 @@ * text=auto eol=lf # Ensure sources are processed +*.conf text *.css text *.html text diff=html *.js text *.md text *.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 .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 Doxyfile export-ignore Makefile export-ignore +mkdocs.yml export-ignore phpunit.xml export-ignore tests/ export-ignore