Browse Source

Update Laravel.gitignore (#3098)

pull/3113/head
Alexey 4 years ago
parent
commit
50e42aa106
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Laravel.gitignore

+ 5
- 0
Laravel.gitignore View File

@@ -10,6 +10,11 @@ app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot

# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot

storage/*.key
.env
Homestead.yaml

Loading…
Cancel
Save