Update Laravel.gitignore (#3098)

This commit is contained in:
Alexey 2019-06-27 19:49:08 +04:00 committed by Brendan Forster
parent 7aec8fdf32
commit 50e42aa106
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ app/storage/
# Laravel 5 & Lumen specific # Laravel 5 & Lumen specific
public/storage public/storage
public/hot public/hot
# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot
storage/*.key storage/*.key
.env .env
Homestead.yaml Homestead.yaml