diff --git a/.gitignore b/.gitignore index af462e33ff0..a691828f35b 100644 --- a/.gitignore +++ b/.gitignore @@ -379,3 +379,9 @@ src/**/wwwroot/**/uploader # css **/BootstrapBlazor/wwwroot/css/bootstrap.blazor.bundle.*.css + +# Code Agents +.claude + +# llms +**/wwwroot/llms diff --git a/dotnet-tools.json b/dotnet-tools.json index 8cc47019440..b6a7c20c3ff 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -8,6 +8,13 @@ "css-bundler" ], "rollForward": false + }, + "bootstrapblazor.llmsdocsgenerator": { + "version": "10.0.0", + "commands": [ + "llms-docs" + ], + "rollForward": false } } } \ No newline at end of file diff --git a/exclusion.dic b/exclusion.dic index 34a15eb8ae0..72d5533ed4b 100644 --- a/exclusion.dic +++ b/exclusion.dic @@ -123,3 +123,4 @@ Protocol vditor alertdialog blazorbootstrap +llms diff --git a/src/BootstrapBlazor.Server/Directory.Build.targets b/src/BootstrapBlazor.Server/Directory.Build.targets new file mode 100644 index 00000000000..ae54057e1de --- /dev/null +++ b/src/BootstrapBlazor.Server/Directory.Build.targets @@ -0,0 +1,9 @@ + + + + + + + + +