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.

CakePHP 353B

12345678910111213141516171819202122232425
  1. # CakePHP 3
  2. /vendor/*
  3. /config/app.php
  4. /tmp/cache/models/*
  5. !/tmp/cache/models/empty
  6. /tmp/cache/persistent/*
  7. !/tmp/cache/persistent/empty
  8. /tmp/cache/views/*
  9. !/tmp/cache/views/empty
  10. /tmp/sessions/*
  11. !/tmp/sessions/empty
  12. /tmp/tests/*
  13. !/tmp/tests/empty
  14. /logs/*
  15. !/logs/empty
  16. # CakePHP 2
  17. /app/tmp/*
  18. /app/Config/core.php
  19. /app/Config/database.php
  20. /vendors/*