matrix-php-sdk/.gitignore

31 lines
728 B
Plaintext

phpcs.xml
.idea/
# Created by https://www.toptal.com/developers/gitignore/api/phpunit,composer
# Edit at https://www.toptal.com/developers/gitignore?templates=phpunit,composer
### Composer ###
composer.phar
/vendor/
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
composer.lock
### PHPUnit ###
# Covers PHPUnit
# Reference: https://phpunit.de/
# Generated files
.phpunit.result.cache
.phpunit.cache
# PHPUnit
/app/phpunit.xml
/phpunit.xml
# Build data
/build/
# End of https://www.toptal.com/developers/gitignore/api/phpunit,composer