Commit 117f6835d8bc3f15aa327ef5505259df2bfb0f10

Authored by Nikita Kulshreshtha
1 parent 7ab9aefb

need to commit bin of webAPI so removed it from gitignore

Showing 1 changed file with 1 additions and 2 deletions
.gitignore
1 1 # git ignore file
2   -[Bb]in/
3 2 [Dd]ebug*/
4 3 *.lib
5 4 Thumbs.db
... ... @@ -22,7 +21,6 @@ obj/
22 21 *.cache
23 22 *.ilk
24 23 *.log
25   -[Bb]in
26 24 [Dd]ebug*/
27 25 *.lib
28 26 *.sbr
... ... @@ -33,6 +31,7 @@ _ReSharper*/
33 31 *.vssscc
34 32 $tf*/
35 33 400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user
  34 +400-SOURCECODE\AIAHTML5.Web\bin
36 35 300-PROTOTYPES/POC/AIAHTML5
37 36 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js.orig
38 37 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js.orig
... ...