From 53ae451ee409e8b26cdae6263be532cda57acb4e Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Mon, 8 Jan 2024 07:41:03 -0600 Subject: [PATCH] Cloak spectre.console example file (#18110) --- src/VirtualMonoRepo/source-mappings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 8809e2c28..f6ac1392e 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -154,12 +154,13 @@ "name": "source-build-externals", "defaultRemote": "https://github.com/dotnet/source-build-externals", "exclude": [ - "src/humanizer/samples/**/*.js", "src/application-insights/**/*.exe", "src/application-insights/**/*.dll", "src/application-insights/**/*.zip", "src/application-insights/**/NuGet.config", - "src/newtonsoft-json/**/NuGet.Config" + "src/humanizer/samples/**/*.js", + "src/newtonsoft-json/**/NuGet.Config", + "src/spectre-console/examples/Console/Canvas/Mandelbrot.cs" ] }, {