From 17a420d0121b03ea90648dd4484b62abe6d3e261 Mon Sep 17 00:00:00 2001 From: Tom Swinkels Date: Mon, 11 Dec 2023 23:00:12 +0100 Subject: [PATCH] Ignore pulse and livewire (#1418) * Ignore pulse and livewire Ignore pulse and livewire by default * Update telescope.php --------- Co-authored-by: Taylor Otwell --- config/telescope.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/telescope.php b/config/telescope.php index 9a09fda1f..8e3858b13 100644 --- a/config/telescope.php +++ b/config/telescope.php @@ -96,7 +96,9 @@ ], 'ignore_paths' => [ + 'livewire*', 'nova-api*', + 'pulse*', ], 'ignore_commands' => [