X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;fp=.gitattributes;h=e616be284b34b6e82d96fac112f4da197480ce8d;hb=c6a7972de51a15d94ccb69dfb008d5560820452c;hp=0000000000000000000000000000000000000000;hpb=ba83317573a1477d731cbd3d974b601cf9afdba3;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e616be28 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,28 @@ +# Set default behavior +* text=auto eol=lf + +# Ensure sources are processed +*.css text +*.html text diff=html +*.js text +*.md text +*.php text diff=php + +# Do not alter images nor minified scripts +*.ico binary +*.jpg binary +*.png binary +*.min.css binary +*.min.js 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