From 9c696548bb2b91e03bf1b9c2539bd2d021c0077d Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Sat, 8 Sep 2018 05:47:07 +0600 Subject: [PATCH] Edited global .gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 51b6e9212..996d34bae 100644 --- a/.gitignore +++ b/.gitignore @@ -185,6 +185,10 @@ _pkginfo.txt # but keep track of directories ending in .cache !*.[Cc]ache/ +#Node.js +src/Web/WebSPA/node_modules/** +src/Services/Identity/Identity.API/node_modules/** + # Others ClientBin/ ~$* @@ -205,8 +209,6 @@ src/Services/Identity/Identity.API/wwwroot/lib 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/** # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)