|
2 | 2 | # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html |
3 | 3 |
|
4 | 4 | # Ignore all test and documentation with "export-ignore". |
5 | | -/.github export-ignore |
6 | | -/.gitattributes export-ignore |
7 | | -/.gitignore export-ignore |
8 | | -/phpunit.xml.dist export-ignore |
9 | | -/art export-ignore |
10 | | -/docs export-ignore |
11 | | -/tests export-ignore |
12 | | -/.editorconfig export-ignore |
13 | | -/.php_cs.dist.php export-ignore |
14 | | -/psalm.xml export-ignore |
15 | | -/psalm.xml.dist export-ignore |
16 | | -/testbench.yaml export-ignore |
17 | | -/UPGRADING.md export-ignore |
18 | | -/phpstan.neon.dist export-ignore |
| 5 | +/.github export-ignore |
| 6 | +/.gitattributes export-ignore |
| 7 | +/.gitignore export-ignore |
| 8 | +/.idea export-ignore |
| 9 | +/.prettierrc export-ignore |
| 10 | +/.package-lock.json export-ignore |
| 11 | +/.editorconfig export-ignore |
| 12 | +/.php_cs.dist.php export-ignore |
| 13 | +/.vscode export-ignore |
| 14 | +/art export-ignore |
| 15 | +/docs export-ignore |
| 16 | +/images export-ignore |
| 17 | +/tests export-ignore |
| 18 | +/package.json export-ignore |
19 | 19 | /phpstan-baseline.neon export-ignore |
| 20 | +/phpstan.neon.dist export-ignore |
| 21 | +/postcss.config.js export-ignore |
| 22 | +/phpunit.xml.dist export-ignore |
| 23 | +/psalm.xml export-ignore |
| 24 | +/psalm.xml.dist export-ignore |
| 25 | +/tailwind.config.js export-ignore |
| 26 | +/testbench.yaml export-ignore |
| 27 | +/UPGRADING.md export-ignore |
0 commit comments