File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- .gitattributes export-ignore
2
- .gitignore export-ignore
3
- .scrutinizer.yml export-ignore
4
- .travis.yml export-ignore
5
- composer-require-config.json export-ignore
6
- Makefile export-ignore
7
- phive.xml export-ignore
8
- phpcs.xml.dist export-ignore
9
- phpstan.neon export-ignore
10
- psalm.xml export-ignore
11
1
/.github / export-ignore
12
2
/examples / export-ignore
3
+ /tests / export-ignore
4
+ /.gitattributes export-ignore
5
+ /.gitignore export-ignore
6
+ /.scrutinizer.yml export-ignore
7
+ /Makefile export-ignore
8
+ /composer-require-config.json export-ignore
9
+ /composer.lock
10
+ /phive.xml export-ignore
11
+ /phpbench.json export-ignore
12
+ /phpcs.xml.dist export-ignore
13
13
/phpmd.xml.dist export-ignore
14
+ /phpstan.neon export-ignore
14
15
/phpunit.xml.dist export-ignore
15
- /tests / export-ignore
16
+ /psalm.xml export-ignore
You can’t perform that action at this time.
0 commit comments