/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/
