mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Fix copying bad files when compiling
This commit is contained in:
@@ -137,7 +137,7 @@ module.exports = env => {
|
||||
from: '.',
|
||||
to: '../',
|
||||
globOptions: {
|
||||
ignore: ['manifest.json'],
|
||||
ignore: ['manifest.json', '**/.git/**', '**/crowdin.yml'],
|
||||
},
|
||||
context: './public',
|
||||
filter: async (path) => {
|
||||
|
||||
Reference in New Issue
Block a user