From 06f1305f23eb0cdcbe9801f34daa1b141951e8ed Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 18 Mar 2021 15:29:21 +0200 Subject: [PATCH] removing git folder in vendor on build --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 9771d3eeb5..153eea59b9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -149,6 +149,7 @@ module.exports = function (grunt) { 'build/tmp/custom/Espo/Custom/*', '!build/tmp/custom/Espo/Custom/.htaccess', 'build/tmp/install/config.php', + 'build/tmp/vendor/*/*/.git', ] } },