# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore

composer.phar
/git_push.sh
/vendor/
/.openapi-generator/

composer.lock

# php-cs-fixer cache
.php_cs.cache

# PHPUnit cache
.phpunit.result.cache
