.gitignore 253 B

12345678910111213141516
  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/