.gitattributes 293 B

123456789
  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. /phpunit.xml.dist export-ignore
  7. /tests export-ignore