]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitattributes
Changelog v0.9.2
[github/shaarli/Shaarli.git] / .gitattributes
index aaf6a39e94aaa8c5e3faa59ac8b0d54bd17a372e..dd0e573cffb0d6a6aa35bd3a701ea87522963387 100644 (file)
 *.php   text diff=php
 Dockerfile      text
 
-# Do not alter images nor minified scripts
+# Do not alter images nor minified scripts nor fonts
 *.ico           binary
 *.jpg           binary
 *.png           binary
+*.svg           binary
+*.otf           binary
+*.eot           binary
+*.woff          binary
+*.woff2         binary
+*.ttf           binary
 *.min.css       binary
 *.min.js        binary
 
 # Exclude from Git archives
 .gitattributes  export-ignore
+.github         export-ignore
 .gitignore      export-ignore
 .travis.yml     export-ignore
-composer.json   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