We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa41078 commit cc92726Copy full SHA for cc92726
1 file changed
src/CoreOptions.php
@@ -325,6 +325,7 @@ public static function optionSpecs() : array {
325
'node_modules',
326
'package.json',
327
'pb_backupbuddy',
328
+ 'plugins/*/vendor',
329
'plugins/wp2static',
330
'previous-export',
331
'README',
@@ -335,6 +336,8 @@ public static function optionSpecs() : array {
335
336
'wc-logs',
337
'wpallexport',
338
'wpallimport',
339
+ 'wp-admin',
340
+ 'wp-content/plugins/*/vendor',
341
'wp-static-html-output', // exclude earlier version exports
342
'wp2static-addon',
343
'wp2static-crawled-site',
0 commit comments