Commit 15d251c9e582afede192e0c53c28c94704661339

Authored by Amrita Vishnoi
1 parent 335a8cfa

gitignore file

Showing 1 changed file with 15 additions and 4 deletions
.gitignore
... ... @@ -21,10 +21,21 @@ obj/
21 21 *.cache
22 22 *.ilk
23 23 *.log
24   -[Dd]ebug*/
25   -*.lib
  24 +[Bb]in/
26 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 39 [Rr]elease*/
29 40 _ReSharper*/
30 41 [Tt]est[Rr]esult*
... ... @@ -42,4 +53,4 @@ $tf*/
42 53 400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig
43 54 400-SOURCECODE/.vs/config/applicationhost.config
44 55 400-SOURCECODE/.vs/config/applicationhost.config
45   -400-SOURCECODE/AIAHTML5.ADMIN.Web
46 56 \ No newline at end of file
  57 +400-SOURCECODE/AIAHTML5.ADMIN.Web
... ...