ignore public/storage for laravel 5
Ref: https://github.com/laravel/laravel/blob/master/.gitignore#L2
This commit is contained in:
parent
f51d32528b
commit
14cf3b029d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ app/storage/
|
|||
|
||||
# Laravel 5 & Lumen specific
|
||||
bootstrap/cache/
|
||||
public/storage
|
||||
.env.*.php
|
||||
.env.php
|
||||
.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue