X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitattributes;h=9a92bc37d8f1228f1ac5153b4f06cec8b8504618;hb=f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10;hp=82f3760220c27d84ce65e1105b75dfd7551c89fc;hpb=844021ab4c0d3dd6c26704648a736fa53244c914;p=github%2Fshaarli%2FShaarli.git diff --git a/.gitattributes b/.gitattributes index 82f37602..9a92bc37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,16 +22,24 @@ Dockerfile text *.ttf binary *.min.css binary *.min.js binary +*.mo binary # Exclude from Git archives -.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 -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