.gitattributes 565 B

12345678910111213141516
  1. # Path-based git attributes
  2. # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
  3. # Ignore all test and documentation with "export-ignore".
  4. /CHANGELOG.md export-ignore
  5. /CONTRIBUTING.md export-ignore
  6. /docs export-ignore
  7. /.gitattributes export-ignore
  8. /.gitignore export-ignore
  9. /.travis.yml export-ignore
  10. /phpunit.xml.dist export-ignore
  11. /.scrutinizer.yml export-ignore
  12. /.styleci.yml export-ignore
  13. /tests export-ignore
  14. /.editorconfig export-ignore
  15. /README.md export-ignore