Skip to content

Commit 884631d

Browse files
committed
Fix default plugin ignores
- Remove plugins/*/vendor pattern as it is wrong and the wp-content/plugins/*/vendor pattern that already exists matches these files. - Change plugins/wp2static to the correct wp-content/plugins/wp2static pattern.
1 parent 0a1ba34 commit 884631d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/CoreOptions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ public static function optionSpecs(): array {
329329
'node_modules',
330330
'package.json',
331331
'pb_backupbuddy',
332-
'plugins/*/vendor',
333-
'plugins/wp2static',
334332
'previous-export',
335333
'README',
336334
'static-html-output-plugin',
@@ -342,6 +340,7 @@ public static function optionSpecs(): array {
342340
'wpallimport',
343341
'wp-admin',
344342
'wp-content/plugins/*/vendor',
343+
'wp-content/plugins/wp2static',
345344
'wp-static-html-output', // exclude earlier version exports
346345
'wp2static-addon',
347346
'wp2static-crawled-site',

0 commit comments

Comments
 (0)