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