Skip to content

Commit

Permalink
ENH Add exclusion for startup-theme which has no API to document (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Feb 4, 2025
1 parent b337539 commit 4aacbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/CheckoutCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class CheckoutCommand extends Command
'/^silverstripe\/developer-docs$/',
'/^silverstripe\/installer$/',
'/^silverstripe-themes\/simple$/',
'/^silverstripe\/startup-theme$/',
'/^silverstripe\/vendor-plugin$/',
'/^silverstripe\/recipe-.*/',
'/-theme$/',
Expand Down

0 comments on commit 4aacbe9

Please sign in to comment.