File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
5
+ /.editorconfig export-ignore
6
6
/.gitattributes export-ignore
7
+ /.github export-ignore
7
8
/.gitignore export-ignore
8
- /phpunit.xml.dist export-ignore
9
+ /.php_cs.dist.php export-ignore
10
+ /UPGRADING.md export-ignore
9
11
/art export-ignore
10
12
/docs export-ignore
11
- /tests export-ignore
12
- /workbench export-ignore
13
- /.editorconfig export-ignore
14
- /.php_cs.dist.php export-ignore
13
+ /phpstan-baseline.neon export-ignore
14
+ /phpstan.neon.dist export-ignore
15
+ /phpunit.xml.dist export-ignore
16
+ /pint.json export-ignore
15
17
/psalm.xml export-ignore
16
18
/psalm.xml.dist export-ignore
17
19
/testbench.yaml export-ignore
18
- /UPGRADING.md export-ignore
19
- /phpstan.neon.dist export-ignore
20
- /phpstan-baseline.neon export-ignore
20
+ /tests export-ignore
21
+ /workbench export-ignore
You can’t perform that action at this time.
0 commit comments