We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 988fd7a + 2db4440 commit f253215Copy full SHA for f253215
1 file changed
FuelPHP.gitignore
@@ -1,2 +1,21 @@
1
-fuel/app/logs/*/*/*
2
-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
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