diff --git a/src/AssetFiles.php b/src/AssetFiles.php index a134a386..3f17dd44 100644 --- a/src/AssetFiles.php +++ b/src/AssetFiles.php @@ -24,6 +24,8 @@ public static function get($path) ->exclude('storage') ->notName('.htaccess') ->notName('web.config') + ->notName('browserconfig.xml') + ->notName('*.webmanifest') ->notName('*.json') ->notName('*.php') ->ignoreVcs(true)