.gitignore 101 B

12345678
  1. tests/phpunit.xml
  2. tests/temp/*.php
  3. tests/temp/*.log
  4. /vendor
  5. /bin
  6. /composer.lock
  7. /composer.phar
  8. .idea