.gitattributes 429 B

12345678910111213
  1. .editorconfig export-ignore
  2. /.github/ export-ignore
  3. .gitignore export-ignore
  4. /cache/ export-ignore
  5. /docs/ export-ignore
  6. /tests/ export-ignore
  7. /Makefile export-ignore
  8. .gitattributes export-ignore
  9. /phpunit.xml export-ignore
  10. /.scrutinizer.yml export-ignore
  11. /.travis.yml export-ignore
  12. /appveyor.yml export-ignore
  13. /codecov.yml export-ignore