.gitignore 298 B

123456789101112131415161718192021
  1. Complex.phar
  2. unitTests/codeCoverage
  3. analysis
  4. ## IDE support
  5. *.buildpath
  6. *.project
  7. /.settings
  8. /.idea
  9. ## Don't commit personal PHPCS rulesets.
  10. phpcs.xml
  11. .phpcs.xml
  12. ## Don't commit the vendor directory nor the lock file (as this is a library).
  13. /vendor/
  14. .phpunit.result.cache
  15. logs
  16. clover.xml
  17. build