Fix copying bad files when compiling

This commit is contained in:
Ajay
2023-05-09 16:06:56 -04:00
parent 46ae92c321
commit b35bcae213

View File

@@ -137,7 +137,7 @@ module.exports = env => {
from: '.', from: '.',
to: '../', to: '../',
globOptions: { globOptions: {
ignore: ['manifest.json'], ignore: ['manifest.json', '**/.git/**', '**/crowdin.yml'],
}, },
context: './public', context: './public',
filter: async (path) => { filter: async (path) => {