Skip to content

Commit

Permalink
exclude the files that are added in mu-plugin version 1.2.1 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Oct 9, 2023
1 parent 8edd329 commit d7d7e72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Update/Filters/CopyMuPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ public function action($src, $dest, $parameters)
"$dest/.github",
"$dest/.gitattributes",
"$dest/.phpcs.xml",
"$dest/phpunit.xml.dist",
"$dest/README.md",
"$dest/composer.json",
"$dest/CONTRIBUTING.md",
"$dest/bin",
"$dest/tests",
];
foreach ($files_to_delete as $file) {
$this->logger->notice('Removing {file}', ['file' => $file]);
Expand Down

0 comments on commit d7d7e72

Please sign in to comment.