From 35f6a626aa4db0097d0221236fd645f7d6c02754 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Fri, 7 Sep 2018 23:16:51 +0300 Subject: [PATCH] Add LiipImagineBundle's cache folder to .gitignore --- liip/imagine-bundle/1.8/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/liip/imagine-bundle/1.8/manifest.json b/liip/imagine-bundle/1.8/manifest.json index 8d2ea2ac..e5757aba 100644 --- a/liip/imagine-bundle/1.8/manifest.json +++ b/liip/imagine-bundle/1.8/manifest.json @@ -4,5 +4,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "gitignore": [ + "/public/media/cache/" + ] }