mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 05:02:06 +00:00
fix: Mitigation for issue #2
This commit is contained in:
@ -22,6 +22,9 @@
|
|||||||
"!dist/plugins/taskbar-mediacontrol${/*}",
|
"!dist/plugins/taskbar-mediacontrol${/*}",
|
||||||
"license",
|
"license",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
"!node_modules/sharp/vendor",
|
||||||
|
"!node_modules/**/*.map",
|
||||||
|
"!node_modules/**/*.ts",
|
||||||
"package.json",
|
"package.json",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
@ -44,6 +47,9 @@
|
|||||||
"!dist/plugins/touchbar${/*}",
|
"!dist/plugins/touchbar${/*}",
|
||||||
"license",
|
"license",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
"!node_modules/sharp/vendor",
|
||||||
|
"!node_modules/**/*.map",
|
||||||
|
"!node_modules/**/*.ts",
|
||||||
"package.json",
|
"package.json",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
@ -75,6 +81,9 @@
|
|||||||
"!dist/plugins/{touchbar,taskbar-mediacontrol}${/*}",
|
"!dist/plugins/{touchbar,taskbar-mediacontrol}${/*}",
|
||||||
"license",
|
"license",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
"!node_modules/sharp/vendor",
|
||||||
|
"!node_modules/**/*.map",
|
||||||
|
"!node_modules/**/*.ts",
|
||||||
"package.json",
|
"package.json",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user