aboutsummaryrefslogtreecommitdiffstats
path: root/Laravel.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'Laravel.gitignore')
-rw-r--r--Laravel.gitignore13
1 files changed, 12 insertions, 1 deletions
diff --git a/Laravel.gitignore b/Laravel.gitignore
index ac3492e2..b4b05113 100644
--- a/Laravel.gitignore
+++ b/Laravel.gitignore
@@ -1,3 +1,14 @@
-/bootstrap/compiled.php
+vendor/
+node_modules/
+
+# Laravel 4 specific
+bootstrap/compiled.php
+app/storage/
+
+# Laravel 5 & Lumen specific
+bootstrap/cache/
+storage/
.env.*.php
.env.php
+.env
+.env.example \ No newline at end of file