From 88915e07c45f07ee6e61b14ebc223ba2276f1e80 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Tue, 3 Dec 2024 23:44:04 +0000 Subject: [PATCH] Remove bootstrapper projects --- docfx.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docfx.json b/docfx.json index abb24822..411eeed9 100644 --- a/docfx.json +++ b/docfx.json @@ -10,7 +10,10 @@ "**/bin/**", "**/obj/**", "**/**.Tests/**", + "**/Bonsai.csproj", + "**/Bonsai32.csproj", "**/Bonsai.NuGet**/**", + "**/Bonsai.Player**/**", "**/Bonsai.Configuration/**", "**/Bonsai.StarterPack**/**", "**/Bonsai.Templates/**"