I have such bundle
bundles.Add(new StyleBundle(\"~/Content/themes/default/css\") .IncludeDirectory(\"~/Content/themes/Default\", \"*.css\")); <
bundles.Add(new StyleBundle(\"~/Content/themes/default/css\") .IncludeDirectory(\"~/Content/themes/Default\", \"*.css\"));
Try using IgnoreList.Ignore; bundles.IgnoreList.Ignore(...).
bundles.IgnoreList.Ignore(...)