aboutsummaryrefslogtreecommitdiffstats
path: root/Laravel.gitignore
diff options
context:
space:
mode:
authorDinar Garipov <gaaarfild@users.noreply.github.com>2016-03-07 09:58:18 +0100
committerDinar Garipov <gaaarfild@users.noreply.github.com>2016-03-07 09:58:18 +0100
commit76ac5a203b86f49f3b6d72b685b7a9ca87646413 (patch)
tree3b36625da8872d726c2e17df513e8d3eb6e42df1 /Laravel.gitignore
parent8e6c678f11c06119e0488cf521bcd0098e11e05f (diff)
downloadgitignore-76ac5a203b86f49f3b6d72b685b7a9ca87646413.tar.gz
gitignore-76ac5a203b86f49f3b6d72b685b7a9ca87646413.zip
Cleaned according to comments
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/