From 639b6c8e62f1395e0da52bd83a651c3c12f55fad Mon Sep 17 00:00:00 2001 From: sinkcup Date: Wed, 28 Apr 2021 11:14:59 +0800 Subject: [PATCH] fix: #74 miss cache/data/ --- .dockerignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 9c89cd6..ae89703 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,14 +1,15 @@ .env -.gitignore .git/ .idea/ -bootstrap/cache/* +bootstrap/cache/*.php database/*.sqlite laradock/ node_modules/ storage/app/* -storage/framework/cache/* +storage/framework/cache/data/* +!storage/framework/cache/data/.gitignore storage/framework/sessions/* -storage/framework/views/* +!storage/framework/sessions/.gitignore +storage/framework/views/*.php storage/logs/* vendor/