File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments