district09/php_package_dg-api-client

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# PHPUnit build artifacts.
/build
.phpunit.result.cache

# Never commit vendors!
/vendor

# Exclude local confg files.
/*.local.*
/*.qa-php.*

# Exclude the examples config file.
/examples/config.php

# Composer lock shoud not be included in a package.
/composer.lock