aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--webpack/webpack.common.js2
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) => {