.gitattributes 286 B

12345678
  1. # Ignore all test and documentation for archive
  2. /.github export-ignore
  3. /.editorconfig export-ignore
  4. /.gitattributes export-ignore
  5. /.gitignore export-ignore
  6. /tests/ export-ignore
  7. /phpunit.xml.dist export-ignore
  8. /.travis.yml export-ignore