From 82f856cf1d4b963e1c7746e5f6202cf8fe41a1a5 Mon Sep 17 00:00:00 2001 From: Ollie Ferns Date: Mon, 3 Apr 2017 15:41:52 +0100 Subject: [PATCH] Added wwwroot/lib folders to gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 115555181..3e5b59d26 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ -wwwroot/lib/ +**/wwwroot/lib/ # MSTest test Results @@ -259,4 +259,4 @@ 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_*