summaryrefslogtreecommitdiffstats
path: root/options/gitignore/Laravel
diff options
context:
space:
mode:
Diffstat (limited to 'options/gitignore/Laravel')
-rw-r--r--options/gitignore/Laravel18
1 files changed, 17 insertions, 1 deletions
diff --git a/options/gitignore/Laravel b/options/gitignore/Laravel
index 36d7adeb76..a4854bef53 100644
--- a/options/gitignore/Laravel
+++ b/options/gitignore/Laravel
@@ -1,4 +1,20 @@
-/bootstrap/compiled.php
+vendor/
+node_modules/
+npm-debug.log
+
+# Laravel 4 specific
+bootstrap/compiled.php
+app/storage/
+
+# Laravel 5 & Lumen specific
+public/storage
+public/hot
+storage/*.key
.env.*.php
.env.php
.env
+Homestead.yaml
+Homestead.json
+
+# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
+.rocketeer/