.gitattributes 310 B

12345678910111213
  1. * text=auto
  2. /.gitattributes export-ignore
  3. /.github export-ignore
  4. /.gitignore export-ignore
  5. /.scrutinizer.yml export-ignore
  6. /.travis.yml export-ignore
  7. /changelog.md export-ignore
  8. /docs export-ignore
  9. /README.md export-ignore
  10. /SECURITY.md export-ignore
  11. /test export-ignore
  12. /travis.phpunit.xml.dist export-ignore