diff options
author | Alexey <alexey.khachatryan@gmail.com> | 2019-06-27 19:49:08 +0400 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-06-27 12:49:08 -0300 |
commit | 50e42aa1064d004a5c99eaa72a2d8054a0d8de55 (patch) | |
tree | e008badd3caa28ff3a8e15feb96c5dbf76ce2992 | |
parent | 7aec8fdf3287f253ddfd91b9fa18199f415eb87e (diff) | |
download | gitignore-50e42aa1064d004a5c99eaa72a2d8054a0d8de55.tar.gz gitignore-50e42aa1064d004a5c99eaa72a2d8054a0d8de55.zip |
Update Laravel.gitignore (#3098)
-rw-r--r-- | Laravel.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Laravel.gitignore b/Laravel.gitignore index c1c50600..297959a1 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -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 |