From b35bcae21336250fcc4feef50e9701325044c238 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 9 May 2023 16:06:56 -0400 Subject: Fix copying bad files when compiling --- webpack/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index e154d7c6..171b2885 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -137,7 +137,7 @@ module.exports = env => { from: '.', to: '../', globOptions: { - ignore: ['manifest.json'], + ignore: ['manifest.json', '**/.git/**', '**/crowdin.yml'], }, context: './public', filter: async (path) => { -- cgit v1.2.3