diff --git a/src/AssetFiles.php b/src/AssetFiles.php index d8a5b238..a1e68e64 100644 --- a/src/AssetFiles.php +++ b/src/AssetFiles.php @@ -27,6 +27,7 @@ public static function get($path) ->notName('web.config') ->notName('browserconfig.xml') ->notName('*.webmanifest') + ->notName('manifest.json') ->notName('mix-manifest.json') ->notName('*.php') ->ignoreVcs(true)