.gitattributes 414 B

123456789101112131415161718
  1. *.json text
  2. *.xml text
  3. *.php text
  4. *.md text
  5. *.css text
  6. *.js text
  7. *.html text
  8. *.htm text
  9. *.svg text
  10. # Ignore all test and documentation with "export-ignore".
  11. /.gitattributes export-ignore
  12. /.github export-ignore
  13. /.gitignore export-ignore
  14. /tests export-ignore
  15. /SECURITY.md export-ignore
  16. /phpcs.xml export-ignore
  17. /phpunit.xml export-ignore