29 lines
321 B
Text
29 lines
321 B
Text
/README.html
|
|
/*.tgz
|
|
/dist/
|
|
/vendor*/
|
|
.buildpath
|
|
.project
|
|
.settings
|
|
/composer*.lock
|
|
/coverage
|
|
/.vscode
|
|
.idea
|
|
|
|
### PHPUnit ###
|
|
# Covers PHPUnit
|
|
# Reference: https://phpunit.de/
|
|
|
|
# Generated files
|
|
.phpunit.result.cache
|
|
.phpunit.cache
|
|
|
|
# PHPUnit
|
|
/app/phpunit.xml
|
|
/phpunit.xml
|
|
|
|
# Build data
|
|
/build/
|
|
|
|
# Coverage
|
|
/CodeCoverage/
|