ignore public/hot folder for laravel project
ref: https://github.com/laravel/laravel/pull/4121
This commit is contained in:
parent
a41bfbea91
commit
c9b3900783
@ -7,6 +7,7 @@ app/storage/
|
||||
|
||||
# Laravel 5 & Lumen specific
|
||||
public/storage
|
||||
public/hot
|
||||
storage/*.key
|
||||
.env.*.php
|
||||
.env.php
|
||||
|
Loading…
Reference in New Issue
Block a user