From ca13c9bed16dbf0723d5436dac1bf9710ed9c088 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 27 May 2019 09:05:46 +0200 Subject: [PATCH] Create manifest.json --- assoconnect/mjml-bundle/1.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 assoconnect/mjml-bundle/1.0/manifest.json diff --git a/assoconnect/mjml-bundle/1.0/manifest.json b/assoconnect/mjml-bundle/1.0/manifest.json new file mode 100644 index 00000000..25630296 --- /dev/null +++ b/assoconnect/mjml-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Assoconnect\\MJMLBundle\\AssoconnectMJMLBundle": ["all"] + }, + "gitignore": [ + "/templates/mjml/*.html.twig" + ] +}