From 649dbfb494cb700716bf89be6007cfc6f255b37f Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Tue, 23 Jan 2018 15:29:29 +0530 Subject: [PATCH] modified git ignore --- 400-SOURCECODE/.gitignore | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/.gitignore b/400-SOURCECODE/.gitignore index 4f4d3f4..96be972 100644 --- a/400-SOURCECODE/.gitignore +++ b/400-SOURCECODE/.gitignore @@ -1,5 +1,4 @@ # git ignore file -[Bb]in/ [Dd]ebug*/ *.lib Thumbs.db @@ -22,5 +21,32 @@ obj/ *.cache *.ilk *.log -400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj +[Dd]ebug*/ +*.lib +*.sbr +obj/ +AIAHTML5.ADMIN.API/ +AIAHTML5.API/ +Admin/src/ +Admin/e2e +Admin/Properties +Admin/wwwroot + +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +*.vssscc +$tf*/ 400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user +400-SOURCECODE\AIAHTML5.Web\bin +300-PROTOTYPES/POC/AIAHTML5 +400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js.orig +400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js.orig +400-SOURCECODE/AIAHTML5.Web/index.html.orig +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb + +400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig +400-SOURCECODE/.vs/config/applicationhost.config +400-SOURCECODE/.vs/config/applicationhost.config +400-SOURCECODE/AIAHTML5.ADMIN.Web \ No newline at end of file -- libgit2 0.21.4