]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitattributes
Use makefile target to generate MO file and remove it from git
[github/shaarli/Shaarli.git] / .gitattributes
index 82f3760220c27d84ce65e1105b75dfd7551c89fc..b191e2277e675afa959ee0cafb3a239ad2a715b3 100644 (file)
@@ -22,8 +22,10 @@ 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
@@ -33,5 +35,6 @@ doc/**/*.md     export-ignore
 docker/         export-ignore
 Doxyfile        export-ignore
 Makefile        export-ignore
+mkdocs.yml      export-ignore
 phpunit.xml     export-ignore
 tests/          export-ignore