The Wayback Machine - https://web.archive.org/web/20230316222706/https://github.com/github/gitignore/commit/2db444014ba2c3f7ad308f1d95d1ede309e8eaa4
Skip to content
Permalink
Browse files
update FuelPHP.gitignore
  • Loading branch information
kechol committed Dec 8, 2014
1 parent c6e6d99 commit 2db4440
Showing 1 changed file with 21 additions and 2 deletions.
@@ -1,2 +1,21 @@
fuel/app/logs/*/*/*
fuel/app/cache/*/*
# the composer package lock file and install directory
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# /composer.lock
/fuel/vendor

# the fuelphp document
/docs/

# you may install these packages with `oil package`.
# http://fuelphp.com/docs/packages/oil/package.html
# /fuel/packages/auth/
# /fuel/packages/email/
# /fuel/packages/oil/
# /fuel/packages/orm/
# /fuel/packages/parser/

# dynamically generated files
/fuel/app/logs/*/*/*
/fuel/app/cache/*/*
/fuel/app/config/crypt.php

0 comments on commit 2db4440

Please sign in to comment.