Commit 15d251c9e582afede192e0c53c28c94704661339
1 parent
335a8cfa
gitignore file
Showing
1 changed file
with
15 additions
and
4 deletions
.gitignore
@@ -21,10 +21,21 @@ obj/ | @@ -21,10 +21,21 @@ obj/ | ||
21 | *.cache | 21 | *.cache |
22 | *.ilk | 22 | *.ilk |
23 | *.log | 23 | *.log |
24 | -[Dd]ebug*/ | ||
25 | -*.lib | 24 | +[Bb]in/ |
26 | *.sbr | 25 | *.sbr |
27 | -obj/ | 26 | + |
27 | +AIAHTML5.ADMIN.API/* | ||
28 | +!AIAHTML5.ADMIN.API/Gloabl.asax | ||
29 | +!AIAHTML5.ADMIN.API/Gloabl.cs | ||
30 | +!AIAHTML5.ADMIN.API/Scripts | ||
31 | +AIAHTML5.API/* | ||
32 | +!AIAHTML5.API/Gloabl.asax | ||
33 | +!AIAHTML5.API/Gloabl.cs | ||
34 | +Admin/src/ | ||
35 | +Admin/e2e | ||
36 | +Admin/Properties | ||
37 | +Admin/wwwroot | ||
38 | + | ||
28 | [Rr]elease*/ | 39 | [Rr]elease*/ |
29 | _ReSharper*/ | 40 | _ReSharper*/ |
30 | [Tt]est[Rr]esult* | 41 | [Tt]est[Rr]esult* |
@@ -42,4 +53,4 @@ $tf*/ | @@ -42,4 +53,4 @@ $tf*/ | ||
42 | 400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig | 53 | 400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig |
43 | 400-SOURCECODE/.vs/config/applicationhost.config | 54 | 400-SOURCECODE/.vs/config/applicationhost.config |
44 | 400-SOURCECODE/.vs/config/applicationhost.config | 55 | 400-SOURCECODE/.vs/config/applicationhost.config |
45 | -400-SOURCECODE/AIAHTML5.ADMIN.Web | ||
46 | \ No newline at end of file | 56 | \ No newline at end of file |
57 | +400-SOURCECODE/AIAHTML5.ADMIN.Web |