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/', ]; /** diff --git a/tests/Unit/DusterConfigTest.php b/tests/Unit/DusterConfigTest.php index e4b5c19..1c0354e 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/', ]); }); @@ -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/', ]); });