.gitattributes 686 B

123456789101112131415161718192021222324252627282930
  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
  12. *.ico binary
  13. *.jpg binary
  14. *.png binary
  15. *.min.css binary
  16. *.min.js binary
  17. # Exclude from Git archives
  18. .gitattributes export-ignore
  19. .gitignore export-ignore
  20. .travis.yml export-ignore
  21. doc/**/*.json export-ignore
  22. doc/**/*.md export-ignore
  23. docker/ export-ignore
  24. Doxyfile export-ignore
  25. Makefile export-ignore
  26. phpunit.xml export-ignore
  27. tests/ export-ignore