X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=.gitattributes;h=9a92bc37d8f1228f1ac5153b4f06cec8b8504618;hp=939006027f24a5ef9643ffcaaf4620a1b9822a16;hb=1004742f09b55ff781c13745781b9a7e90986faa;hpb=e9619cc4f8717c1b8b66f60998cf8402bb983349 diff --git a/.gitattributes b/.gitattributes index 93900602..9a92bc37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,18 +22,24 @@ Dockerfile text *.ttf binary *.min.css binary *.min.js binary +*.mo binary # Exclude from Git archives -.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 -mkdocs.yml 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