.gitignore 240 B

12345678910111213141516171819202122
  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