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 @@
+
+
+
+