.gitattributes 361 B

1234567891011
  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. /.gitattributes export-ignore
  5. /.gitignore export-ignore
  6. /.travis.yml export-ignore
  7. /phpunit.xml.dist export-ignore
  8. /.scrutinizer.yml export-ignore
  9. /tests export-ignore