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