1
0
mirror of https://github.com/github/gitignore synced 2024-06-04 11:48:06 +02:00

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 bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
bootstrap/cache bootstrap/cache
storage/
.env.*.php .env.*.php
.env.php .env.php
.env .env
.env.example .env.example
app/storage/
node_modules/
storage/
vendor/

View File

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