From d14a373a7613cb7e2d8a1558a4e2c1cc6fadb877 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 28 Jan 2024 18:12:40 +0100 Subject: [PATCH] ignore docker files --- .dockerignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 526d501b..686760e7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,12 +1,14 @@ -node_modules +**/node_modules data -vendor +**/vendor public/build public/vendor bootstrap/cache/services.php bootstrap/cache/packages.php bootstrap/cache/routes.php packages/laravel-nami/.cookies -app/storage/app +storage cookies storage/logs/laravel.log +.git +doc