.gitattributes 264 B

12345678
  1. # Exclude build/test files from archive
  2. /tests export-ignore
  3. /.editorconfig export-ignore
  4. /.gitattributes export-ignore
  5. /.gitignore export-ignore
  6. /.php_cs export-ignore
  7. /.travis.yml export-ignore
  8. /phpunit.xml export-ignore