30 lines
310 B
Plaintext
30 lines
310 B
Plaintext
# Composer
|
|
vendor/
|
|
|
|
# PhpDocumentor
|
|
phpdoc/
|
|
|
|
# Code coverage report
|
|
coverage/
|
|
report/
|
|
|
|
# Cache
|
|
.php_cs.cache
|
|
|
|
# Sphinx Documentation
|
|
docs/build
|
|
|
|
# Previewing the README.md
|
|
README.html
|
|
preview
|
|
|
|
# PhpStorm
|
|
workspace.xml
|
|
|
|
# Local scratch files
|
|
notes
|
|
|
|
# Local overrides
|
|
.env
|
|
docker-compose.override.yml
|
|
phpunit.xml |