# Ignore the /vendor/ directory for people using composer
/vendor/

# If the vendor directory isn't being commited the composer.lock file should also be ignored
composer.lock

# PHPUnit test coverage report
tests/report/
.phpunit.result.cache

# PHP CS Fixer
tools/php-cs-fixer/
.php-cs-fixer.cache

.gitlab-*