Merged Laravel & Lumen + grouped rules

This commit is contained in:
jerodev 2015-10-28 13:24:11 +01:00
parent 1d16414b1f
commit 3a838f8640
2 changed files with 9 additions and 14 deletions

View File

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

View File

@ -1,8 +0,0 @@
.env.*.php
.env.php
.env
.env.example
vendor/
node_modules/
storage/