Skip to content

Commit

Permalink
Ignore pulse and livewire (#1418)
Browse files Browse the repository at this point in the history
* Ignore pulse and livewire

Ignore pulse and livewire by default

* Update telescope.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
tomswinkels and taylorotwell authored Dec 11, 2023
1 parent 70225d4 commit 17a420d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/telescope.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
],

'ignore_paths' => [
'livewire*',
'nova-api*',
'pulse*',
],

'ignore_commands' => [
Expand Down

0 comments on commit 17a420d

Please sign in to comment.