.gitignore 258 B

12345678910111213141516
  1. /.ant_targets
  2. /.idea
  3. /build/documentation
  4. /build/logfiles
  5. /build/phar
  6. /build/phpdox
  7. /build/*.phar
  8. /build/*.phar.asc
  9. /tests/TextUI/*.diff
  10. /tests/TextUI/*.exp
  11. /tests/TextUI/*.log
  12. /tests/TextUI/*.out
  13. /tests/TextUI/*.php
  14. /cache.properties
  15. /composer.lock
  16. /vendor