diff --git a/CHANGELOG.md b/CHANGELOG.md index b48a54b41775..419a9562fb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +### Fixed + +- No longer warns when broad glob patterns are detecting `vendor` folders ## [3.4.8] - 2024-08-07 diff --git a/src/lib/content.js b/src/lib/content.js index abb0e5840f13..1a9d3c70e741 100644 --- a/src/lib/content.js +++ b/src/lib/content.js @@ -185,7 +185,6 @@ export function resolvedChangedContent(context, candidateFiles, fileModifiedMap) const LARGE_DIRECTORIES = [ 'node_modules', // Node - 'vendor', // PHP ] // Ensures that `node_modules` has to match as-is, otherwise `mynode_modules`