Skip to content

Commit

Permalink
Exclude unused Swagger-UI files
Browse files Browse the repository at this point in the history
Exclude large `swagger-ui-es*` files.
Resolves #1646.
  • Loading branch information
martincostello committed May 6, 2024
1 parent 8cc6870 commit d72fbe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="node_modules/swagger-ui-dist/**/*" Exclude="**/*/index.html;**/*/*.map;**/*/*.json;**/*/*.md" />
<EmbeddedResource Include="node_modules/swagger-ui-dist/**/*" Exclude="**/*/index.html;**/*/*.map;**/*/*.json;**/*/*.md;**/*/swagger-ui-es-*" />
<EmbeddedResource Include="index.html" />
</ItemGroup>

Expand Down

0 comments on commit d72fbe6

Please sign in to comment.