From 8298fb47ece0aad71be5b27d5f4f055b6256eed8 Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Fri, 7 Sep 2018 22:23:12 +0600 Subject: [PATCH] Edited global .gitignore --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 37b6ad2b7..f7a1fec69 100644 --- a/.gitignore +++ b/.gitignore @@ -193,14 +193,16 @@ ClientBin/ *.dbproj.schemaview *.publishsettings node_modules/ -/src/Web/WebMVC/wwwroot/lib -/src/Web/WebMVC/wwwroot/css/** src/Web/WebMVC/wwwroot/js/** +src/Web/WebSPA/wwwroot/js/**/** +/src/Web/WebMVC/wwwroot/lib src/Web/WebMVC/wwwroot/lib/** -src/Web/WebSPA/wwwroot/js/** -src/Web/WebSPA/wwwroot/lib/** +/src/Web/WebMVC/wwwroot/lib/**/** +/src/Web/WebMVC/wwwroot/css/** src/Services/Identity/Identity.API/wwwroot/js/** +src/Services/Identity/Identity.API/wwwroot/js/**/** src/Services/Identity/Identity.API/wwwroot/lib/** +src/Services/Identity/Identity.API/wwwroot/lib/**/** src/Web/WebMVC/node_modules/** src/Web/WebSPA/node_modules/** src/Services/Identity/Identity.API/node_modules/**