From f594e5f51b221ceb90f6ba6a66c0725d7acdc358 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Tue, 21 May 2019 10:29:35 +0200 Subject: [PATCH] Create the cms upload folder during install of kunstmaan/media-bundle --- kunstmaan/media-bundle/5.2/manifest.json | 8 ++++++-- kunstmaan/media-bundle/5.2/public/uploads/.gitignore | 0 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 kunstmaan/media-bundle/5.2/public/uploads/.gitignore diff --git a/kunstmaan/media-bundle/5.2/manifest.json b/kunstmaan/media-bundle/5.2/manifest.json index af4ba0b9..2d1aad93 100644 --- a/kunstmaan/media-bundle/5.2/manifest.json +++ b/kunstmaan/media-bundle/5.2/manifest.json @@ -5,6 +5,10 @@ ] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" + }, + "gitignore": [ + "/public/uploads/" + ] } diff --git a/kunstmaan/media-bundle/5.2/public/uploads/.gitignore b/kunstmaan/media-bundle/5.2/public/uploads/.gitignore new file mode 100644 index 00000000..e69de29b