diff options
author | Dinar Garipov <gaaarfild@users.noreply.github.com> | 2016-03-07 09:58:18 +0100 |
---|---|---|
committer | Dinar Garipov <gaaarfild@users.noreply.github.com> | 2016-03-07 09:58:18 +0100 |
commit | 76ac5a203b86f49f3b6d72b685b7a9ca87646413 (patch) | |
tree | 3b36625da8872d726c2e17df513e8d3eb6e42df1 /Laravel.gitignore | |
parent | 8e6c678f11c06119e0488cf521bcd0098e11e05f (diff) | |
download | gitignore-76ac5a203b86f49f3b6d72b685b7a9ca87646413.tar.gz gitignore-76ac5a203b86f49f3b6d72b685b7a9ca87646413.zip |
Cleaned according to comments
Diffstat (limited to 'Laravel.gitignore')
-rw-r--r-- | Laravel.gitignore | 5 |
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/ |