mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
Merged Laravel & Lumen + grouped rules
This commit is contained in:
parent
1d16414b1f
commit
3a838f8640
@ -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/
|
|
@ -1,8 +0,0 @@
|
|||||||
.env.*.php
|
|
||||||
.env.php
|
|
||||||
.env
|
|
||||||
.env.example
|
|
||||||
|
|
||||||
vendor/
|
|
||||||
node_modules/
|
|
||||||
storage/
|
|
Loading…
Reference in New Issue
Block a user