Skip to content

Commit

Permalink
Add default .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dommer1 authored Mar 20, 2024
2 parents caf9dc9 + a7040c4 commit 49fd208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/StarterKitServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ protected function installPrettier(InstallCommand $command): void
$this->publishes([
__DIR__.'/../stubs/duster-with-prettier.stub' => $this->app->basePath('duster.json'),
__DIR__.'/../stubs/.prettierrc.stub' => $this->app->basePath('.prettierrc'),
__DIR__.'/../stubs/.prettierignore.stub' => $this->app->basePath('.prettierignore'),
]);
}
}
2 changes: 2 additions & 0 deletions stubs/.prettierignore.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources/views/vendor/mail
resources/views/vendor/notifications

0 comments on commit 49fd208

Please sign in to comment.