|
1 | 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/Differ/AbstractDifferTestCase.php export-ignore |
5 | | -tests/Fixtures/ export-ignore |
6 | | -tests/Linter/AbstractLinterTestCase.php export-ignore |
7 | | -tests/Report/AbstractReporterTestCase.php export-ignore |
8 | | -tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore |
9 | | -tests/Test/AbstractTransformerTestCase.php export-ignore |
| 2 | +/tests/**/*Test.php export-ignore |
| 3 | +/tests/AbstractDoctrineAnnotationFixerTestCase.php export-ignore |
| 4 | +/tests/Differ/AbstractDifferTestCase.php export-ignore |
| 5 | +/tests/Fixtures/ export-ignore |
| 6 | +/tests/Linter/AbstractLinterTestCase.php export-ignore |
| 7 | +/tests/Report/AbstractReporterTestCase.php export-ignore |
| 8 | +/tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore |
| 9 | +/tests/Test/AbstractTransformerTestCase.php export-ignore |
10 | 10 |
|
11 | | -.appveyor.yml export-ignore |
12 | | -.circleci/ export-ignore |
13 | | -.composer-require-checker.json export-ignore |
14 | | -.editorconfig export-ignore |
15 | | -.gitattributes export-ignore |
16 | | -.github/ export-ignore |
17 | | -.gitignore export-ignore |
18 | | -.travis.yml export-ignore |
19 | | -benchmark.sh export-ignore |
20 | | -box.json export-ignore |
21 | | -check_trailing_spaces.sh export-ignore |
22 | | -phpmd.xml export-ignore |
23 | | -phpunit.xml.dist export-ignore |
| 11 | +/dev-tools export-ignore |
| 12 | +/.* export-ignore |
| 13 | +/benchmark.sh export-ignore |
| 14 | +/box.json.dist export-ignore |
| 15 | +/check_trailing_spaces.sh export-ignore |
| 16 | +/phpmd.xml export-ignore |
| 17 | +/phpstan.neon export-ignore |
| 18 | +/phpunit.xml.dist export-ignore |
24 | 19 |
|
25 | 20 | * text=auto eol=lf |
26 | 21 | *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php |
27 | 22 | *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 |
28 | 23 | *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 |
29 | 24 | *.md text whitespace=blank-at-eol,blank-at-eof |
30 | 25 | *.rst text whitespace=blank-at-eol,blank-at-eof |
31 | | -tests/Fixtures/**/* -text |
| 26 | +/tests/Fixtures/**/* -text |
0 commit comments