.gitattributes 793 B

1234567891011121314151617181920212223
  1. /.build export-ignore
  2. /.github export-ignore
  3. /.idea export-ignore
  4. /.phan export-ignore
  5. /.phpdoc export-ignore
  6. /benchmark export-ignore
  7. /docs export-ignore
  8. /examples export-ignore
  9. /tests export-ignore
  10. /.editorconfig export-ignore
  11. /.gitattributes export-ignore
  12. /.gitignore export-ignore
  13. /.readthedocs.yml export-ignore
  14. /composer.lock export-ignore
  15. /phpbench.json export-ignore
  16. /phpcs.xml.dist export-ignore
  17. /phpdoc.xml.dist export-ignore
  18. /phpmd.xml.dist export-ignore
  19. /phpunit.xml.dist export-ignore
  20. /phpstan.dist.neon export-ignore
  21. /phpstan-baseline.neon export-ignore
  22. *.php diff=php