Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 23, 2024
1 parent de9e9f8 commit fe38722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/CleanCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function handle(): int
{
$finder = new Finder();

$finder->in(getcwd() . '/public')->ignoreVCS(true);
$finder->in(getcwd() . '/public')->name('*.html');

foreach ($finder as $item) {
if ($item->isFile()) {
Expand Down

0 comments on commit fe38722

Please sign in to comment.