diff options
Diffstat (limited to 'webpack/webpack.common.js')
-rw-r--r-- | webpack/webpack.common.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) => { |