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: '.',
to: '../',
globOptions: {
ignore: ['manifest.json'],
ignore: ['manifest.json', '**/.git/**', '**/crowdin.yml'],
},
context: './public',
filter: async (path) => {