|
5 | 5 | # https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/ |
6 | 6 | # https://blog.madewithlove.be/post/gitattributes/ |
7 | 7 | # |
8 | | -.github/ export-ignore |
9 | | -scripts/ export-ignore |
10 | | -src/Standards/**/Tests/ export-ignore |
11 | | -tests/Core/**/ export-ignore |
12 | | -.cspell.json export-ignore |
13 | | -.gitattributes export-ignore |
14 | | -.gitignore export-ignore |
15 | | -.markdownlint-cli2.yaml export-ignore |
16 | | -.remarkignore export-ignore |
17 | | -.remarkrc export-ignore |
18 | | -.yamllint.yml export-ignore |
19 | | -phpcs.xml.dist export-ignore |
20 | | -phpstan.neon.dist export-ignore |
21 | | -phpunit.xml.dist export-ignore |
22 | | -phpunit-lte9.xml.dist export-ignore |
23 | | -tests/Core/ErrorSuppressionTest.php export-ignore |
| 8 | +.github/ export-ignore |
| 9 | +scripts/ export-ignore |
| 10 | +src/Standards/**/Tests/ export-ignore |
| 11 | +tests/Core/**/ export-ignore |
| 12 | +tests/EndToEnd/**/ export-ignore |
| 13 | +.cspell.json export-ignore |
| 14 | +.gitattributes export-ignore |
| 15 | +.gitignore export-ignore |
| 16 | +.markdownlint-cli2.yaml export-ignore |
| 17 | +.remarkignore export-ignore |
| 18 | +.remarkrc export-ignore |
| 19 | +.shellcheckrc export-ignore |
| 20 | +.yamllint.yml export-ignore |
| 21 | +phpcs.xml.dist export-ignore |
| 22 | +phpstan.neon.dist export-ignore |
| 23 | +phpunit.xml.dist export-ignore |
| 24 | +phpunit-lte9.xml.dist export-ignore |
| 25 | +tests/Core/AbstractWriterTestCase.php export-ignore |
| 26 | +tests/Core/ErrorSuppressionTest.php export-ignore |
| 27 | +tests/Core/StatusWriterTestHelper.php export-ignore |
24 | 28 |
|
25 | 29 | # |
26 | 30 | # Declare files that should always have CRLF line endings on checkout. |
|
0 commit comments