From cb4a3503df5d63b54250aafe96e10c3ea637214b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Tom=C3=A1s?= Date: Tue, 11 Apr 2017 16:05:27 +0200 Subject: [PATCH] Added wwwroot/lib folders to gitignore --- .gitignore | 5 +++-- src/Web/WebMVC/WebMVC.csproj | 11 +++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 963bee262..75d3a4bd2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ +**/wwwroot/lib/ # MSTest test Results [Tt]est[Rr]esult*/ @@ -256,4 +256,5 @@ pub/ /src/Services/Identity/eShopOnContainers.Identity/Properties/launchSettings.json #Ignore marker-file used to know which docker files we have. -.eshopdocker_* \ No newline at end of file +.eshopdocker_* +/src/Web/WebMVC/wwwroot/lib diff --git a/src/Web/WebMVC/WebMVC.csproj b/src/Web/WebMVC/WebMVC.csproj index 5121973c8..20a8baca0 100644 --- a/src/Web/WebMVC/WebMVC.csproj +++ b/src/Web/WebMVC/WebMVC.csproj @@ -13,6 +13,13 @@ ..\..\..\docker-compose.dcproj + + + + + + + @@ -63,4 +70,8 @@ + + + +