mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Fix copying bad files when compiling
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user