diff --git a/src/Finder/FilesFinder.php b/src/Finder/FilesFinder.php index 4dc77f499..401a78784 100644 --- a/src/Finder/FilesFinder.php +++ b/src/Finder/FilesFinder.php @@ -25,6 +25,7 @@ public static function find(array $sources): array ->files() ->in($paths) // not our code + ->notPath('node_modules') ->notPath('vendor') ->notPath('var/cache') ->sortByName();