File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
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
- /.gitattributes export-ignore
6
- /.github export-ignore
7
- /.gitignore export-ignore
8
- /.editorconfig export-ignore
9
- /phpunit.xml.dist export-ignore
10
- /tests export-ignore
11
- /.php_cs.common.php export-ignore
12
- /.php_cs .dist export-ignore
13
- /.php_cs.tests.php export-ignore
14
- /psalm.xml export-ignore
15
- /psalm-baseline.xml export-ignore
5
+ /.editorconfig export-ignore
6
+ /.gitattributes export-ignore
7
+ /.github export-ignore
8
+ /.gitignore export-ignore
9
+ /.php-cs-fixer.cache export-ignore
10
+ /.php-cs-fixer.php export-ignore
11
+ /.php-cs-fixer.tests.cache export-ignore
12
+ /phpunit.xml .dist export-ignore
13
+ /psalm-baseline.xml export-ignore
14
+ /psalm.xml export-ignore
15
+ /tests export-ignore
You can’t perform that action at this time.
0 commit comments