.gitattributes 599 B

1234567891011121314151617
  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. /.github export-ignore
  5. /.gitattributes export-ignore
  6. /.gitignore export-ignore
  7. /.travis.yml export-ignore
  8. /phpunit.xml.dist export-ignore
  9. /.scrutinizer.yml export-ignore
  10. /tests export-ignore
  11. /.editorconfig export-ignore
  12. /docs export-ignore
  13. /CONTRIBUTING.md export-ignore
  14. /.circleci export-ignore
  15. /.droneci export-ignore
  16. /.styleci.yml export-ignore