Skip to content

Commit cc92726

Browse files
committed
Add wp-admin and plugin vendor dirs to ignore list
1 parent aa41078 commit cc92726

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/CoreOptions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ public static function optionSpecs() : array {
325325
'node_modules',
326326
'package.json',
327327
'pb_backupbuddy',
328+
'plugins/*/vendor',
328329
'plugins/wp2static',
329330
'previous-export',
330331
'README',
@@ -335,6 +336,8 @@ public static function optionSpecs() : array {
335336
'wc-logs',
336337
'wpallexport',
337338
'wpallimport',
339+
'wp-admin',
340+
'wp-content/plugins/*/vendor',
338341
'wp-static-html-output', // exclude earlier version exports
339342
'wp2static-addon',
340343
'wp2static-crawled-site',

0 commit comments

Comments
 (0)