.gitattributes 1.3 KB

1234567891011121314151617181920212223242526272829
  1. # @TODO 3.0 replace following `tests/... export-ignore` with single `tests/ export-ignore`
  2. /tests/**/*Test.php export-ignore
  3. /tests/AbstractDoctrineAnnotationFixerTestCase.php export-ignore
  4. /tests/Console/TestToolInfo.php export-ignore
  5. /tests/Differ/AbstractDifferTestCase.php export-ignore
  6. /tests/Fixtures/ export-ignore
  7. /tests/Linter/AbstractLinterTestCase.php export-ignore
  8. /tests/Report/AbstractReporterTestCase.php export-ignore
  9. /tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore
  10. /tests/Test/AbstractTransformerTestCase.php export-ignore
  11. /.* export-ignore
  12. /benchmark.sh export-ignore
  13. /box.json.dist export-ignore
  14. /dev-tools/ export-ignore
  15. /docker/ export-ignore
  16. /docker-compose.yaml export-ignore
  17. /docker-compose.override.yaml.dist export-ignore
  18. /phpmd.xml export-ignore
  19. /phpstan.neon export-ignore
  20. /phpunit.xml.dist export-ignore
  21. * text=auto eol=lf
  22. *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  23. *.md text whitespace=blank-at-eol,blank-at-eof
  24. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  25. *.rst text whitespace=blank-at-eol,blank-at-eof
  26. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  27. /tests/Fixtures/**/* -text -filter