From 9d9efca633f7f6c7aed563fa9a56bed97e0e845f Mon Sep 17 00:00:00 2001 From: Lukas Mueller Date: Sun, 26 Sep 2021 12:07:56 +0200 Subject: [PATCH] Edited .gitignore to make sure that public disks exists (leads to errors during the PDF check within the setup process) --- .gitignore | 3 +-- storage/app/public/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 storage/app/public/.gitignore diff --git a/.gitignore b/.gitignore index c67ac16146af..2568217402f3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ local_version.txt /resources/assets/bower /public/logo -/storage/* .env.dusk.local /public/vendors/* *.log @@ -29,4 +28,4 @@ nbproject .php_cs.cache public/test.pdf public/storage/test.pdf -/Modules \ No newline at end of file +/Modules diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore new file mode 100644 index 000000000000..d6b7ef32c847 --- /dev/null +++ b/storage/app/public/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore