mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
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
|
# Laravel 5 & Lumen specific
|
||||||
public/storage
|
public/storage
|
||||||
|
public/hot
|
||||||
storage/*.key
|
storage/*.key
|
||||||
.env.*.php
|
.env.*.php
|
||||||
.env.php
|
.env.php
|
||||||
|
Loading…
Reference in New Issue
Block a user