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) => {