From 1df87d310bf7cd11ef61465629ef4cf8f4ba0141 Mon Sep 17 00:00:00 2001 From: Peter C <63091190+petoc@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:20:10 +0200 Subject: [PATCH 1/3] Added trailing slash to excluded directories --- app/Support/DusterConfig.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Support/DusterConfig.php b/app/Support/DusterConfig.php index 65128af..35004f7 100644 --- a/app/Support/DusterConfig.php +++ b/app/Support/DusterConfig.php @@ -19,12 +19,12 @@ class DusterConfig '_ide_helper_models.php', '_ide_helper.php', '.phpstorm.meta.php', - 'bootstrap/cache', - 'build', - 'node_modules', - 'storage', + 'bootstrap/cache/', + 'build/', + 'node_modules/', + 'storage/', 'tests/Pest.php', - 'vendor', + 'vendor/', ]; /** From 2a4ab23cd6f99e4696e1b24914f5b46b512f6876 Mon Sep 17 00:00:00 2001 From: Peter C <63091190+petoc@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:52:30 +0200 Subject: [PATCH 2/3] Updated duster config test --- tests/Unit/DusterConfigTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Unit/DusterConfigTest.php b/tests/Unit/DusterConfigTest.php index e4b5c19..ab1984c 100644 --- a/tests/Unit/DusterConfigTest.php +++ b/tests/Unit/DusterConfigTest.php @@ -25,12 +25,12 @@ '_ide_helper_models.php', '_ide_helper.php', '.phpstorm.meta.php', - 'bootstrap/cache', - 'build', - 'node_modules', - 'storage', + 'bootstrap/cache/', + 'build/', + 'node_modules/', + 'storage/', 'tests/Pest.php', - 'vendor', + 'vendor/', ]); }); From 7a4c56d19ec2ef26efedd398fa458c51bbdae3b0 Mon Sep 17 00:00:00 2001 From: Peter C <63091190+petoc@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:56:33 +0200 Subject: [PATCH 3/3] Updated duster config test2 --- tests/Unit/DusterConfigTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Unit/DusterConfigTest.php b/tests/Unit/DusterConfigTest.php index ab1984c..1c0354e 100644 --- a/tests/Unit/DusterConfigTest.php +++ b/tests/Unit/DusterConfigTest.php @@ -49,11 +49,11 @@ '_ide_helper_models.php', '_ide_helper.php', '.phpstorm.meta.php', - 'bootstrap/cache', - 'build', - 'node_modules', - 'storage', + 'bootstrap/cache/', + 'build/', + 'node_modules/', + 'storage/', 'tests/Pest.php', - 'vendor', + 'vendor/', ]); });