From 117f6835d8bc3f15aa327ef5505259df2bfb0f10 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 18 Jan 2017 12:15:12 +0530 Subject: [PATCH] need to commit bin of webAPI so removed it from gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e642df..1a31643 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # git ignore file -[Bb]in/ [Dd]ebug*/ *.lib Thumbs.db @@ -22,7 +21,6 @@ obj/ *.cache *.ilk *.log -[Bb]in [Dd]ebug*/ *.lib *.sbr @@ -33,6 +31,7 @@ _ReSharper*/ *.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 -- libgit2 0.21.4