.gitattributes 395 B

1234567891011121314151617181920
  1. *.json text
  2. *.xml text
  3. *.php text
  4. *.LGPL text
  5. *.md text
  6. *.skel text
  7. *.css text
  8. *.inc text
  9. *.js text
  10. *.html text
  11. *.txt text
  12. *.svg text
  13. /.github export-ignore
  14. /.gitattributes export-ignore
  15. /.gitignore export-ignore
  16. /SECURITY.md export-ignore
  17. /phpunit.xml.dist export-ignore
  18. /sample-fonts export-ignore
  19. /tests export-ignore