X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=9a92bc37d8f1228f1ac5153b4f06cec8b8504618;hb=bede8e1b633d720d6a7d1b05ba367811f3ac2b87;hp=e616be284b34b6e82d96fac112f4da197480ce8d;hpb=0baf7842fc0cf4cbd5ca2b8c5ae6dc7a59c07700;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index e616be28..9a92bc37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,27 +2,44 @@ * 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 +*.mo binary # Exclude from Git archives -.gitattributes export-ignore -.gitignore export-ignore -.travis.yml export-ignore -composer.json export-ignore -doc/**/*.json export-ignore -doc/**/*.md export-ignore -Doxyfile export-ignore -Makefile export-ignore -phpunit.xml export-ignore -tests/ export-ignore +.editorconfig export-ignore +.dev 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 +.dockerignore export-ignore +docker-compose.* export-ignore +Dockerfile* export-ignore +Doxyfile export-ignore +Makefile export-ignore +node_modules/ export-ignore +mkdocs.yml export-ignore +phpunit.xml export-ignore +tests/ export-ignore