.gitattributes 879 B

123456789101112131415161718192021222324
  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. /commonmark-banner.png export-ignore
  5. /.editorconfig export-ignore
  6. /.gitattributes export-ignore
  7. /.github export-ignore
  8. /.gitignore export-ignore
  9. /.nojekyll export-ignore
  10. /.scrutinizer.yml export-ignore
  11. /.styleci.yml export-ignore
  12. /CHANGELOG-0.x.md export-ignore
  13. /CHANGELOG-1.x.md export-ignore
  14. /docker export-ignore
  15. /docker-compose.yml export-ignore
  16. /docs export-ignore
  17. /phpcs.xml.dist export-ignore
  18. /phpstan.neon.dist export-ignore
  19. /phpunit.xml.dist export-ignore
  20. /psalm.xml export-ignore
  21. /RELEASE_CHECKLIST.md export-ignore
  22. /roave-bc-check.yaml export-ignore
  23. /tests export-ignore