.gitignore 172 B

1234567891011121314151617
  1. # Project files
  2. .idea
  3. nbproject
  4. *.iml
  5. out
  6. gen
  7. # Kohana template
  8. application/cache/*
  9. application/logs/*
  10. # Composer
  11. /vendor/
  12. composer.lock
  13. # Coverage reports
  14. /build/logs/