.gitignore 271 B

1234567891011121314151617181920212223
  1. # Project files
  2. .idea
  3. nbproject
  4. *.iml
  5. out
  6. gen
  7. # Unit tests
  8. .phpunit.result.cache
  9. modules/unittest/memory
  10. # Kohana template
  11. application/cache/*
  12. application/logs/*
  13. # Composer
  14. /vendor/
  15. composer.lock
  16. # Coverage reports
  17. /build/logs/
  18. /memory
  19. /.phpunit.cache/code-coverage/