aboutsummaryrefslogtreecommitdiffstats
path: root/Laravel.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'Laravel.gitignore')
-rw-r--r--Laravel.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/Laravel.gitignore b/Laravel.gitignore
index f541b9d0..c491fa2b 100644
--- a/Laravel.gitignore
+++ b/Laravel.gitignore
@@ -1,7 +1,5 @@
vendor/
node_modules/
-.rocketeer/
-.phpintel/
# Laravel 4 specific
bootstrap/compiled.php
@@ -13,3 +11,6 @@ storage/
.env.*.php
.env.php
.env
+
+# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
+.rocketeer/