fix(ui): clean folder empty. model/stock
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 32m22s

This commit is contained in:
Leandro Hernan Rojas 2026-06-10 15:53:13 -03:00
parent e5deef9ca7
commit f3cae52616
2 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -428,4 +428,4 @@ FodyWeavers.xsd
/Models/obj/Models.csproj.nuget.g.props /Models/obj/Models.csproj.nuget.g.props
/phronCare.API/obj/Debug/net8.0/ApiEndpoints.json /phronCare.API/obj/Debug/net8.0/ApiEndpoints.json
/phronCare.API/.local-chromium/Win64-884014/chrome-win /phronCare.API/.local-chromium/Win64-884014/chrome-win
/.agents/skills/analyzing-dotnet-performance /.agents/skills

View File

@ -12,9 +12,13 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Remove="Models\Stock\**" />
<Compile Remove="wwwroot\css\fontawesome\**" /> <Compile Remove="wwwroot\css\fontawesome\**" />
<Content Remove="Models\Stock\**" />
<Content Remove="wwwroot\css\fontawesome\**" /> <Content Remove="wwwroot\css\fontawesome\**" />
<EmbeddedResource Remove="Models\Stock\**" />
<EmbeddedResource Remove="wwwroot\css\fontawesome\**" /> <EmbeddedResource Remove="wwwroot\css\fontawesome\**" />
<None Remove="Models\Stock\**" />
<None Remove="wwwroot\css\fontawesome\**" /> <None Remove="wwwroot\css\fontawesome\**" />
</ItemGroup> </ItemGroup>
@ -33,8 +37,4 @@
<ProjectReference Include="..\Domain\Domain.csproj" /> <ProjectReference Include="..\Domain\Domain.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Models\Stock\" />
</ItemGroup>
</Project> </Project>