.gitattributes 427 B

1234567891011121314151617181920
  1. * text=auto
  2. *.blade.php diff=html
  3. *.css diff=css
  4. *.html diff=html
  5. *.md diff=markdown
  6. *.php diff=php
  7. /.github export-ignore
  8. /bin export-ignore
  9. /tests export-ignore
  10. .editorconfig export-ignore
  11. .gitattributes export-ignore
  12. .gitignore export-ignore
  13. .styleci.yml export-ignore
  14. CHANGELOG-* export-ignore
  15. CODE_OF_CONDUCT.md export-ignore
  16. CONTRIBUTING.md export-ignore
  17. docker-compose.yml export-ignore
  18. phpunit.xml.dist export-ignore