X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;fp=.gitattributes;h=aaf6a39e94aaa8c5e3faa59ac8b0d54bd17a372e;hb=453f4653c325dc23193e16432170bf634c42e8a2;hp=e616be284b34b6e82d96fac112f4da197480ce8d;hpb=0baf7842fc0cf4cbd5ca2b8c5ae6dc7a59c07700;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index e616be28..aaf6a39e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,11 +2,13 @@ * 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 *.ico binary @@ -22,6 +24,7 @@ composer.json export-ignore doc/**/*.json export-ignore doc/**/*.md export-ignore +docker/ export-ignore Doxyfile export-ignore Makefile export-ignore phpunit.xml export-ignore