.gitignore 143 B

123456789
  1. /.php_cs.cache
  2. /.phpunit
  3. /.phpunit.result.cache
  4. /build/*
  5. /composer.lock
  6. /phpunit.xml
  7. /tests/acceptance.conf.php
  8. /tests/smoke.conf.php
  9. /vendor/