.gitattributes 364 B

123456789101112131415161718
  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. /art 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.md export-ignore
  15. phpstan.neon.dist export-ignore
  16. phpunit.xml.dist export-ignore