File tree Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1- # Path-based git attributes
2- # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
1+ * text =auto
32
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- /tests export-ignore
10- /.editorconfig export-ignore
11- /.php_cs.dist export-ignore
12- /psalm.xml export-ignore
13- /psalm.xml.dist export-ignore
3+ .github export-ignore
4+ .gitattributes export-ignore
5+ .gitignore export-ignore
6+ phpunit.xml export-ignore
7+ tests export-ignore
8+ .editorconfig export-ignore
9+ .php_cs export-ignore
10+ phpstan.neon export-ignore
Original file line number Diff line number Diff line change 11.idea
2- .php_cs
32.php_cs.cache
43.phpunit.result.cache
54build
65composer.lock
76coverage
8- docs
9- phpunit.xml
10- psalm.xml
117vendor
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments