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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 14 deletions
This file was deleted.

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

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)