mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix copying bad files when compiling
This commit is contained in:
parent
46ae92c321
commit
b35bcae213
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ module.exports = env => {
|
|||
from: '.',
|
||||
to: '../',
|
||||
globOptions: {
|
||||
ignore: ['manifest.json'],
|
||||
ignore: ['manifest.json', '**/.git/**', '**/crowdin.yml'],
|
||||
},
|
||||
context: './public',
|
||||
filter: async (path) => {
|
||||
|
|
Loading…
Reference in a new issue