Skip to content

Commit 2db4440

Browse files
committed
update FuelPHP.gitignore
1 parent c6e6d99 commit 2db4440

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

FuelPHP.gitignore

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
fuel/app/logs/*/*/*
2-
fuel/app/cache/*/*
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+
7+
# the fuelphp document
8+
/docs/
9+
10+
# you may install these packages with `oil package`.
11+
# http://fuelphp.com/docs/packages/oil/package.html
12+
# /fuel/packages/auth/
13+
# /fuel/packages/email/
14+
# /fuel/packages/oil/
15+
# /fuel/packages/orm/
16+
# /fuel/packages/parser/
17+
18+
# dynamically generated files
19+
/fuel/app/logs/*/*/*
20+
/fuel/app/cache/*/*
21+
/fuel/app/config/crypt.php

0 commit comments

Comments
 (0)