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.

FuelPHP 648B

123456789101112131415161718192021
  1. # the composer package lock file and install directory
  2. # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  3. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  4. # /composer.lock
  5. /fuel/vendor
  6. # the fuelphp document
  7. /docs/
  8. # you may install these packages with `oil package`.
  9. # http://fuelphp.com/docs/packages/oil/package.html
  10. # /fuel/packages/auth/
  11. # /fuel/packages/email/
  12. # /fuel/packages/oil/
  13. # /fuel/packages/orm/
  14. # /fuel/packages/parser/
  15. # dynamically generated files
  16. /fuel/app/logs/*/*/*
  17. /fuel/app/cache/*/*
  18. /fuel/app/config/crypt.php