Skip to content

Commit 630d0db

Browse files
authored
(#296) Remove library files and clean-up todoapp-mvc (#297)
* (#296) Cleanup of library files * (#296) dotnet clean removes wwwroot/lib
1 parent dcf22ae commit 630d0db

File tree

550 files changed

+5
-73257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

550 files changed

+5
-73257
lines changed

samples/todoapp-mvc/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
##
44
## Get latest from `dotnet new gitignore`
55

6+
TodoApp.Service/wwwroot/lib/
7+
68
# dotenv files
79
.env
810

samples/todoapp-mvc/TodoApp.Service/TodoApp.Service.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
1414
</ItemGroup>
1515

16+
<Target Name="CleanWwwRootLib" AfterTargets="Clean">
17+
<RemoveDir Directories="$(ProjectDir)wwwroot\lib" />
18+
</Target>
1619
</Project>

samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/director/.npmignore

-6
This file was deleted.

samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/director/.travis.yml

-14
This file was deleted.

samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/director/bower.json

-9
This file was deleted.

0 commit comments

Comments
 (0)