.gitattributes 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. .dev export-ignore
  27. .gitattributes export-ignore
  28. .github export-ignore
  29. .gitignore export-ignore
  30. .travis.yml export-ignore
  31. doc/**/*.json export-ignore
  32. doc/**/*.md export-ignore
  33. .docker/ export-ignore
  34. .dockerignore export-ignore
  35. docker-compose.* export-ignore
  36. Dockerfile* export-ignore
  37. Doxyfile export-ignore
  38. Makefile export-ignore
  39. node_modules/ export-ignore
  40. mkdocs.yml export-ignore
  41. phpunit.xml export-ignore
  42. tests/ export-ignore