|
1 |
| -/.editorconfig export-ignore |
2 |
| -/.gitattributes export-ignore |
3 |
| -/.github/ export-ignore |
4 |
| -/.gitignore export-ignore |
5 |
| -/.readthedocs.yml export-ignore |
6 |
| -/build/ export-ignore |
7 |
| -/captainhook.json export-ignore |
8 |
| -/CHANGELOG.md export-ignore |
9 |
| -/codecov.yml export-ignore |
10 |
| -/CODE_OF_CONDUCT.md export-ignore |
11 |
| -/CONTRIBUTING.md export-ignore |
12 |
| -/conventional-commits.json export-ignore |
13 |
| -/docs/ export-ignore |
14 |
| -/phpcs.xml.dist export-ignore |
15 |
| -/phpstan.neon.dist export-ignore |
16 |
| -/phpunit.xml.dist export-ignore |
17 |
| -/psalm-baseline.xml export-ignore |
18 |
| -/psalm.xml export-ignore |
19 |
| -/SECURITY.md export-ignore |
20 |
| -/tests/ export-ignore |
| 1 | +/.editorconfig export-ignore |
| 2 | +/.gitattributes export-ignore |
| 3 | +/.github/ export-ignore |
| 4 | +/.gitignore export-ignore |
| 5 | +/.gitmodules export-ignore |
| 6 | +/.pre-commit-config.yaml export-ignore |
| 7 | +/.readthedocs.yml export-ignore |
| 8 | +/.release-please-manifest.json export-ignore |
| 9 | +/.tool-versions export-ignore |
| 10 | +/build/ export-ignore |
| 11 | +/captainhook.json export-ignore |
| 12 | +/CHANGELOG.md export-ignore |
| 13 | +/CODEOWNERS export-ignore |
| 14 | +/codecov.yml export-ignore |
| 15 | +/CODE_OF_CONDUCT.md export-ignore |
| 16 | +/CONTRIBUTING.md export-ignore |
| 17 | +/conventional-commits.json export-ignore |
| 18 | +/devenv.* export-ignore |
| 19 | +/docs/ export-ignore |
| 20 | +/integration/ export-ignore |
| 21 | +/phpcs.xml.dist export-ignore |
| 22 | +/phpstan.neon.dist export-ignore |
| 23 | +/phpunit.xml.dist export-ignore |
| 24 | +/psalm-baseline.xml export-ignore |
| 25 | +/psalm.xml export-ignore |
| 26 | +/release-please-config.json export-ignore |
| 27 | +/renovate.json export-ignore |
| 28 | +/SECURITY.md export-ignore |
| 29 | +/tests/ export-ignore |
21 | 30 |
|
22 | 31 | * text=auto
|
23 | 32 | *.bat text eol=crlf
|
0 commit comments