aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-01-27 16:37:26 +0800
committerGitHub <noreply@github.com>2017-01-27 16:37:26 +0800
commitc9b3900783078616cd462ef10a547025de6885c9 (patch)
tree8ccd8a6a15f6868ce990888caeda262cb7e7cc17
parenta41bfbea916d6d2e010d0d232895f9c65bd0d502 (diff)
downloadgitignore-c9b3900783078616cd462ef10a547025de6885c9.tar.gz
gitignore-c9b3900783078616cd462ef10a547025de6885c9.zip
ignore public/hot folder for laravel project
ref: https://github.com/laravel/laravel/pull/4121
-rw-r--r--Laravel.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Laravel.gitignore b/Laravel.gitignore
index a2d15640..c565162f 100644
--- a/Laravel.gitignore
+++ b/Laravel.gitignore
@@ -7,6 +7,7 @@ app/storage/
# Laravel 5 & Lumen specific
public/storage
+public/hot
storage/*.key
.env.*.php
.env.php