File tree Expand file tree Collapse file tree
src/BootstrapBlazor.Server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,3 +379,9 @@ src/**/wwwroot/**/uploader
379379
380380# css
381381** /BootstrapBlazor /wwwroot /css /bootstrap.blazor.bundle. * .css
382+
383+ # Code Agents
384+ .claude
385+
386+ # llms
387+ ** /wwwroot /llms
Original file line number Diff line number Diff line change 88 " css-bundler"
99 ],
1010 "rollForward" : false
11+ },
12+ "bootstrapblazor.llmsdocsgenerator" : {
13+ "version" : " 10.0.0" ,
14+ "commands" : [
15+ " llms-docs"
16+ ],
17+ "rollForward" : false
1118 }
1219 }
1320}
Original file line number Diff line number Diff line change @@ -123,3 +123,4 @@ Protocol
123123vditor
124124alertdialog
125125blazorbootstrap
126+ llms
Original file line number Diff line number Diff line change 1+ <Project >
2+
3+ <Target Name =" LLMs" AfterTargets =" Build" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
4+ <Message Text =" LLMs documentation generating ..." Importance =" high" ></Message >
5+ <Exec Command =" dotnet tool restore" ></Exec >
6+ <Exec Command =" dotnet llms-docs --root=$(MSBuildThisFileDirectory) --debug" ></Exec >
7+ </Target >
8+
9+ </Project >
You can’t perform that action at this time.
0 commit comments