Skip to content

Commit eaed72a

Browse files
committed
Cleanup and export fixes.
1 parent e946a42 commit eaed72a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.gitattributes

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# https://php.watch/articles/composer-gitattributes
1+
# Enforce Unix newlines
2+
* text=lf
23

3-
# Exclude build/test files from archive
4+
# Exclude unused files
5+
# see: https://redd.it/2jzp6k
46
/.github export-ignore
5-
/docs export-ignore
7+
/data export-ignore
68
/tests export-ignore
79
/.editorconfig export-ignore
810
/.gitattributes export-ignore
911
/.gitignore export-ignore
10-
/phpucs.xml export-ignore
12+
/phpcs.xml export-ignore
1113
/phpunit.xml export-ignore
1214
/phpstan.neon export-ignore
15+
/README.md export-ignore
1316

14-
# Configure diff output for .php and .phar files.
17+
# Configure diff output for .php files.
1518
*.php diff=php

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"cscheck": "./vendor/bin/phpcs",
3939
"csfix": "./vendor/bin/phpcbf",
4040
"test": "./vendor/bin/pest",
41-
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html ./testbuild/logs/html && chmod a+x ./coverage && ./coverage",
4241
"phpstan": "./vendor/bin/phpstan analyse"
4342
},
4443
"config": {

0 commit comments

Comments
 (0)