From f62f5b76d68c7ed2d59f63783c68ee227ab1104d Mon Sep 17 00:00:00 2001 From: tracer Date: Tue, 12 Apr 2022 19:02:37 +0200 Subject: [PATCH] added imagine-bundle --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index abadecd..f273735 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,8 @@ npm-debug.log yarn-error.log ###< symfony/webpack-encore-bundle ### +/public/uploads/images/ + +###> liip/imagine-bundle ### +/public/media/cache/ +###< liip/imagine-bundle ###