Merge pull request #1720 from jerodev/master

gitignore for laravel5 and lumen
This commit is contained in:
Brendan Forster 2015-10-28 05:37:27 -07:00
commit fbb6dd9a34
1 changed files with 11 additions and 7 deletions

View File

@ -1,10 +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
/vendor
/node_modules
/app/storage
.env.example