.gitattributes 1005 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Set default behavior
  2. * text=auto eol=lf
  3. # Ensure sources are processed
  4. *.conf text
  5. *.css text
  6. *.html text diff=html
  7. *.js text
  8. *.md text
  9. *.php text diff=php
  10. Dockerfile text
  11. # Do not alter images nor minified scripts nor fonts
  12. *.ico binary
  13. *.jpg binary
  14. *.png binary
  15. *.svg binary
  16. *.otf binary
  17. *.eot binary
  18. *.woff binary
  19. *.woff2 binary
  20. *.ttf binary
  21. *.min.css binary
  22. *.min.js binary
  23. *.mo binary
  24. # Exclude from Git archives
  25. .editorconfig export-ignore
  26. .gitattributes export-ignore
  27. .github export-ignore
  28. .gitignore export-ignore
  29. .travis.yml export-ignore
  30. doc/**/*.json export-ignore
  31. doc/**/*.md export-ignore
  32. docker/ export-ignore
  33. Doxyfile export-ignore
  34. Makefile export-ignore
  35. node_modules/ export-ignore
  36. mkdocs.yml export-ignore
  37. phpunit.xml export-ignore
  38. tests/ export-ignore