|
5 | 5 |
|
6 | 6 | # git files
|
7 | 7 | .gitattributes export-ignore
|
8 |
| -.gitignore export-ignore |
| 8 | +.gitignore export-ignore |
9 | 9 |
|
10 |
| -# Don't give admin files |
11 |
| -.github/ export-ignore |
12 |
| -admin/ export-ignore |
13 |
| -contributing/ export-ignore |
14 |
| -.editorconfig export-ignore |
15 |
| -.nojekyll export-ignore |
| 10 | +# admin files |
| 11 | +.github/ export-ignore |
| 12 | +admin/ export-ignore |
| 13 | +contributing/ export-ignore |
| 14 | +.editorconfig export-ignore |
16 | 15 | CODE_OF_CONDUCT.md export-ignore
|
17 |
| -CONTRIBUTING.md export-ignore |
| 16 | +CONTRIBUTING.md export-ignore |
18 | 17 |
|
19 |
| -# They don't want our test files |
20 |
| -tests/AutoReview/ export-ignore |
21 |
| -tests/system/ export-ignore |
22 |
| -utils/ export-ignore |
23 |
| -deptrac.yaml export-ignore |
24 |
| -rector.php export-ignore |
25 |
| -phpunit.xml.dist export-ignore |
26 |
| -phpstan-baseline.neon.dist export-ignore |
27 |
| -phpstan.neon.dist export-ignore |
28 |
| -phpstan-bootstrap.php export-ignore |
29 |
| -.php-cs-fixer.dist.php export-ignore |
30 |
| -.php-cs-fixer.no-header.php export-ignore |
| 18 | +# contributor/development files |
| 19 | +tests/ export-ignore |
| 20 | +utils/ export-ignore |
| 21 | +.php-cs-fixer.dist.php export-ignore |
| 22 | +.php-cs-fixer.no-header.php export-ignore |
31 | 23 | .php-cs-fixer.user-guide.php export-ignore
|
| 24 | +deptrac.yaml export-ignore |
| 25 | +phpstan-baseline.neon.dist export-ignore |
| 26 | +phpstan-bootstrap.php export-ignore |
| 27 | +phpstan.neon.dist export-ignore |
| 28 | +phpunit.xml.dist export-ignore |
| 29 | +psalm_autoload.php export-ignore |
| 30 | +psalm-baseline.php export-ignore |
| 31 | +psalm.xml export-ignore |
| 32 | +rector.php export-ignore |
32 | 33 |
|
33 |
| -# The source user guide, either |
| 34 | +# source user guide |
34 | 35 | user_guide_src/ export-ignore
|
| 36 | +.nojekyll export-ignore |
35 | 37 | phpdoc.dist.xml export-ignore
|
0 commit comments