From 7a7a0fb9ce9749772ff2f648130cc4cf194b0608 Mon Sep 17 00:00:00 2001 From: Sheldon Rupp Date: Thu, 23 Jun 2022 10:03:28 +0200 Subject: [PATCH] Ignore .phpstorm.meta.php --- app/Factories/ConfigurationFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Factories/ConfigurationFactory.php b/app/Factories/ConfigurationFactory.php index 9fc0c2b8..57040575 100644 --- a/app/Factories/ConfigurationFactory.php +++ b/app/Factories/ConfigurationFactory.php @@ -16,6 +16,7 @@ class ConfigurationFactory protected static $notName = [ '_ide_helper_models.php', '_ide_helper.php', + '.phpstorm.meta.php', '*.blade.php', ];