Merge pull request 'fix(ui): clean folder empty. model/stock' (#71) from feature/sales/66-clean-empy-folder-model-stock into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m20s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m20s
Reviewed-on: #71
This commit is contained in:
commit
525953d981
2
.gitignore
vendored
2
.gitignore
vendored
@ -428,4 +428,4 @@ FodyWeavers.xsd
|
||||
/Models/obj/Models.csproj.nuget.g.props
|
||||
/phronCare.API/obj/Debug/net8.0/ApiEndpoints.json
|
||||
/phronCare.API/.local-chromium/Win64-884014/chrome-win
|
||||
/.agents/skills/analyzing-dotnet-performance
|
||||
/.agents/skills
|
||||
|
||||
@ -12,9 +12,13 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Models\Stock\**" />
|
||||
<Compile Remove="wwwroot\css\fontawesome\**" />
|
||||
<Content Remove="Models\Stock\**" />
|
||||
<Content Remove="wwwroot\css\fontawesome\**" />
|
||||
<EmbeddedResource Remove="Models\Stock\**" />
|
||||
<EmbeddedResource Remove="wwwroot\css\fontawesome\**" />
|
||||
<None Remove="Models\Stock\**" />
|
||||
<None Remove="wwwroot\css\fontawesome\**" />
|
||||
</ItemGroup>
|
||||
|
||||
@ -33,8 +37,4 @@
|
||||
<ProjectReference Include="..\Domain\Domain.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Models\Stock\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user