1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 18:28:13 +02:00

Merge pull request #2145 from rkrp/laravel_cache_gitignore

Laravel: fixed incorrect ignoring of cache folder
This commit is contained in:
Brendan Forster 2016-11-06 17:03:50 -06:00 committed by GitHub
commit b3fee77004

View File

@ -6,7 +6,6 @@ bootstrap/compiled.php
app/storage/ app/storage/
# Laravel 5 & Lumen specific # Laravel 5 & Lumen specific
bootstrap/cache/
public/storage public/storage
storage/*.key storage/*.key
.env.*.php .env.*.php