From bc9b43db6649c1182b6dbb9e172c213dbd1a8abf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 15 Sep 2021 15:36:24 +0200 Subject: [PATCH] Fix .cfignore file for templates. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .cfignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.cfignore b/.cfignore index 039b2a76..3f40c95f 100644 --- a/.cfignore +++ b/.cfignore @@ -27,10 +27,15 @@ *.orig *.md *.db -*-template.* +*tags-template.* +*config-template.* +*cf-template.* *.tar.gz *.mta +rollup.config.js +mta.yaml mta_archives +docker src test temp @@ -42,4 +47,3 @@ node_modules sonar-project.properties performanceRecords.json tsconfig*.json -mta.yaml -- 2.34.1