You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ZendFramework 290B

123456789101112131415161718192021222324
  1. # Composer files
  2. composer.phar
  3. vendor/
  4. # Local configs
  5. config/autoload/*.local.php
  6. # Binary gettext files
  7. *.mo
  8. # Data
  9. data/logs/
  10. data/cache/
  11. data/sessions/
  12. data/tmp/
  13. temp/
  14. #Doctrine 2
  15. data/DoctrineORMModule/Proxy/
  16. data/DoctrineORMModule/cache/
  17. # Legacy ZF1
  18. demos/
  19. extras/documentation