.gitattributes 350 B

1234567891011121314
  1. /.gitattributes export-ignore
  2. /.gitignore export-ignore
  3. /.github export-ignore
  4. /.phive export-ignore
  5. /.php-cs-fixer.dist.php export-ignore
  6. /.psalm export-ignore
  7. /build.xml export-ignore
  8. /phpunit.xml export-ignore
  9. /tests export-ignore
  10. /tools export-ignore
  11. /tools/* binary
  12. *.php diff=php