.gitignore 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. ################################################################################
  2. # 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
  3. ################################################################################
  4. /.vs
  5. /AuthServer/AuthServer.Host/node_modules
  6. /AuthServer/AuthServer.Host/.vs/AuthServer.Host
  7. /AuthServer/AuthServer.Host/bin/Debug/netcoreapp3.1
  8. /AuthServer/AuthServer.Host/Logs
  9. /AuthServer/AuthServer.Host/obj
  10. /IdentityService/IdentityService.Host/bin/Debug/netcoreapp3.1
  11. /IdentityService/IdentityService.Host/.vs/IdentityService.Host/v16
  12. /IdentityService/IdentityService.Host/Logs
  13. /IdentityService/IdentityService.Host/obj
  14. /IdentityService/IdentityService.Host/.vs/IdentityService.Host/DesignTimeBuild
  15. /TenantService/TenantService.Host/.vs/TenantService.Host
  16. /TenantService/TenantService.Host/bin/Debug/netcoreapp3.1
  17. /TenantService/TenantService.Host/Logs
  18. /TenantService/TenantService.Host/obj
  19. /MicroServices/Business/.vs/Business/v16
  20. /MicroServices/Business/Business.Application/bin/Debug
  21. /MicroServices/Business/Business.Application/obj
  22. /MicroServices/Business/Business.Application.Contracts/bin/Debug
  23. /MicroServices/Business/Business.Application.Contracts/obj
  24. /MicroServices/Business/Business.Domain/bin/Debug
  25. /MicroServices/Business/Business.Domain/obj
  26. /MicroServices/Business/Business.EntityFrameworkCore/bin/Debug
  27. /MicroServices/Business/Business.EntityFrameworkCore/obj
  28. /MicroServices/Business/Business.Host/obj
  29. /MicroServices/Business/Business.HttpApi/bin/Debug/netcoreapp3.1
  30. /MicroServices/Business/Business.HttpApi/obj
  31. /MicroServices/Business/Business.HttpApi.Client/bin/Debug/netcoreapp3.1
  32. /MicroServices/Business/Business.HttpApi.Client/obj
  33. /MicroServices/Business/.vs/Business/DesignTimeBuild
  34. /MicroServices/Business/Business.Host/bin/Debug/netcoreapp3.1
  35. /MicroServices/Business/Business.Host/Logs
  36. /Gateways/WebAppGateway/.vs/WebAppGateway
  37. /Gateways/WebAppGateway/WebAppGateway.Host/bin/Debug/netcoreapp3.1
  38. /Gateways/WebAppGateway/WebAppGateway.Host/Logs
  39. /Gateways/WebAppGateway/WebAppGateway.Host/obj
  40. /MicroServices/Business/.vs/Business/config
  41. /MicroServices/Business/Business.HttpApi/bin/Debug
  42. /AuthServer/AuthServer.Host/publish
  43. /MicroServices/Business/Business.Host/publish
  44. /Gateways/InternalGateway/.vs/InternalGateway
  45. /Gateways/InternalGateway/InternalGateway.Host/bin/Debug/netcoreapp3.1
  46. /Gateways/InternalGateway/InternalGateway.Host/Logs
  47. /Gateways/InternalGateway/InternalGateway.Host/obj
  48. /BaseService/.vs
  49. /BaseService/BaseService.Application/bin/Debug/netcoreapp3.1
  50. /BaseService/BaseService.Application/obj
  51. /BaseService/BaseService.Application.Contracts/bin/Debug/netcoreapp3.1
  52. /BaseService/BaseService.Application.Contracts/obj
  53. /BaseService/BaseService.Domain/bin/Debug/netcoreapp3.1
  54. /BaseService/BaseService.Domain/obj
  55. /BaseService/BaseService.EntityFrameworkCore/bin/Debug/netcoreapp3.1
  56. /BaseService/BaseService.EntityFrameworkCore/obj
  57. /BaseService/BaseService.Host/bin/Debug/netcoreapp3.1
  58. /BaseService/BaseService.Host/Logs
  59. /BaseService/BaseService.Host/obj
  60. /AbpModules/Identity/Volo.Abp.Identity.Application/bin/Debug/netstandard2.0
  61. /AbpModules/Identity/Volo.Abp.Identity.Application/obj
  62. /AbpModules/Identity/Volo.Abp.Identity.Application.Contracts/bin/Debug/netstandard2.0
  63. /AbpModules/Identity/Volo.Abp.Identity.Application.Contracts/obj
  64. /AbpModules/Identity/Volo.Abp.Identity.Domain/bin/Debug/netstandard2.0
  65. /AbpModules/Identity/Volo.Abp.Identity.Domain/obj
  66. /AbpModules/Identity/Volo.Abp.Identity.Domain.Shared/bin/Debug
  67. /AbpModules/Identity/Volo.Abp.Identity.Domain.Shared/obj
  68. /AbpModules/Identity/Volo.Abp.Identity.EntityFrameworkCore/bin/Debug/netstandard2.0
  69. /AbpModules/Identity/Volo.Abp.Identity.EntityFrameworkCore/obj
  70. /AbpModules/Identity/Volo.Abp.Identity.HttpApi/bin/Debug/netcoreapp3.1
  71. /AbpModules/Identity/Volo.Abp.Identity.HttpApi/obj
  72. /AbpModules/Identity/Volo.Abp.PermissionManagement.Domain.Identity/bin/Debug/netstandard2.0
  73. /AbpModules/Identity/Volo.Abp.PermissionManagement.Domain.Identity/obj
  74. /AuthServer/.vs
  75. /BaseService/BaseService.HttpApi/bin/Debug/netcoreapp3.1
  76. /BaseService/BaseService.HttpApi/obj
  77. /BaseService/BaseService.HttpApi.Client/obj
  78. /BaseService/BaseService.HttpApi.Client/bin/Debug/netcoreapp3.1
  79. /AbpModules/Identity/Volo.Abp.Identity.Application/bin/Debug
  80. /AbpModules/Identity/Volo.Abp.Identity.Application.Contracts/bin/Debug
  81. /AbpModules/Identity/Volo.Abp.Identity.Domain/bin/Debug
  82. /AbpModules/Identity/Volo.Abp.Identity.EntityFrameworkCore/bin/Debug
  83. /AbpModules/Identity/Volo.Abp.Identity.HttpApi/bin/Debug
  84. /AbpModules/Identity/Volo.Abp.PermissionManagement.Domain.Identity/bin/Debug
  85. /AbpModules/Identity/.vs
  86. /AbpModules/Identity/Identity.sln
  87. /MicroServices/FileSystem/.vs/FileSystem
  88. /MicroServices/FileSystem/FileSystem.Application/bin/Debug/netstandard2.0
  89. /MicroServices/FileSystem/FileSystem.Application/obj
  90. /MicroServices/FileSystem/FileSystem.Application.Contracts/bin/Debug/netstandard2.0
  91. /MicroServices/FileSystem/FileSystem.Application.Contracts/obj
  92. /MicroServices/FileSystem/FileSystem.Domain/bin/Debug/netstandard2.0
  93. /MicroServices/FileSystem/FileSystem.Domain/obj
  94. /MicroServices/FileSystem/FileSystem.EntityFrameworkCore/bin/Debug/netstandard2.0
  95. /MicroServices/FileSystem/FileSystem.EntityFrameworkCore/obj
  96. /MicroServices/FileSystem/FileSystem.Host/bin/Debug/netcoreapp3.1
  97. /MicroServices/FileSystem/FileSystem.Host/obj
  98. /MicroServices/FileSystem/FileSystem.Host/Logs
  99. /MicroServices/FileSystem/FileSystem.Application/bin/Release/netstandard2.0
  100. /MicroServices/FileSystem/FileSystem.Application.Contracts/bin/Release/netstandard2.0
  101. /MicroServices/FileSystem/FileSystem.Domain/bin/Release/netstandard2.0
  102. /MicroServices/FileSystem/FileSystem.EntityFrameworkCore/bin/Release/netstandard2.0
  103. /MicroServices/FileSystem/FileSystem.Host/bin/Release/netcoreapp3.1
  104. /MicroServices/FileStorage/.vs
  105. /MicroServices/FileStorage/FileStorage.Application/bin/Debug/netstandard2.0
  106. /MicroServices/FileStorage/FileStorage.Application/obj
  107. /MicroServices/FileStorage/FileStorage.Application.Contracts/bin/Debug/netstandard2.0
  108. /MicroServices/FileStorage/FileStorage.Application.Contracts/obj
  109. /MicroServices/FileStorage/FileStorage.Domain/bin/Debug/netstandard2.0
  110. /MicroServices/FileStorage/FileStorage.Domain/obj
  111. /MicroServices/FileStorage/FileStorage.EntityFrameworkCore/bin/Debug/netstandard2.0
  112. /MicroServices/FileStorage/FileStorage.EntityFrameworkCore/obj
  113. /MicroServices/FileStorage/FileStorage.Host/bin/Debug/netcoreapp3.1
  114. /MicroServices/FileStorage/FileStorage.Host/obj
  115. /MicroServices/FileStorage/FileStorage.Host/Logs
  116. /AuthServer/AuthServer.Host/bin/Debug/net5.0
  117. /BaseService/BaseService.Application/bin/Debug/net5.0
  118. /BaseService/BaseService.Application.Contracts/bin/Debug/net5.0
  119. /BaseService/BaseService.Domain/bin/Debug/net5.0
  120. /BaseService/BaseService.EntityFrameworkCore/bin/Debug/net5.0
  121. /BaseService/BaseService.Host/bin/Debug/net5.0
  122. /BaseService/BaseService.HttpApi/bin/Debug/net5.0
  123. /BaseService/BaseService.HttpApi.Client/bin/Debug/net5.0
  124. /Gateways/WebAppGateway/WebAppGateway.Host/bin/Debug/net5.0
  125. /MicroServices/Business/Business.Host/bin/Debug/net5.0
  126. /MicroServices/Business/Business.HttpApi.Client/bin/Debug/net5.0
  127. /Gateways/InternalGateway/InternalGateway.Host/bin/Debug/net5.0
  128. /MicroServices/Business/Business.Core/obj
  129. /MicroServices/Business/Business.Core/bin/Debug/netstandard2.0
  130. /WebApp/Blazor/.vs/Blazor
  131. /WebApp/Blazor/Blazor.App/bin/Debug/net5.0
  132. /WebApp/Blazor/Blazor.App/obj
  133. /WebApp/Blazor/Blazor.App.Web/bin/Debug/net5.0
  134. /WebApp/Blazor/Blazor.App.Web/obj
  135. /AuthServer/AuthServer.Host/.vs/AuthServer
  136. /MicroServices/FileStorage/FileStorage.Application/bin/Debug/netstandard2.1
  137. /MicroServices/FileStorage/FileStorage.Application.Contracts/bin/Debug/netstandard2.1
  138. /MicroServices/FileStorage/FileStorage.Domain/bin/Debug/netstandard2.1
  139. /MicroServices/FileStorage/FileStorage.EntityFrameworkCore/bin/Debug/netstandard2.1
  140. /MicroServices/FileStorage/FileStorage.Host/bin/Debug/net5.0
  141. /AuthServer/AuthServer.Host/bin/Debug/net6.0
  142. /BaseService/BaseService.Application/bin/Debug/net6.0
  143. /BaseService/BaseService.Application.Contracts/bin/Debug/net6.0
  144. /BaseService/BaseService.Domain/bin/Debug/net6.0
  145. /BaseService/BaseService.EntityFrameworkCore/bin/Debug/net6.0
  146. /BaseService/BaseService.Host/bin/Debug/net6.0
  147. /BaseService/BaseService.HttpApi/bin/Debug/net6.0
  148. /BaseService/BaseService.HttpApi.Client/bin/Debug/net6.0
  149. /MicroServices/Business/Business.Host/bin/Debug/net6.0
  150. /MicroServices/Business/Business.HttpApi.Client/bin/Debug/net6.0
  151. /MicroServices/FileStorage/FileStorage.Application/bin/Debug/net6.0
  152. /MicroServices/FileStorage/FileStorage.Domain/bin/Debug/net6.0
  153. /MicroServices/FileStorage/FileStorage.EntityFrameworkCore/bin/Debug/net6.0
  154. /MicroServices/FileStorage/FileStorage.Host/bin/Debug/net6.0
  155. /WebApp/Blazor/Blazor.App/bin/Debug/net6.0
  156. /WebApp/Blazor/Blazor.App.Web/bin/Debug/net6.0
  157. /AuthServer/AuthServer.Host/bin/Release/net6.0
  158. /MicroServices/Business/.vs/Business
  159. /MicroServices/Business/Business.Core/bin/Debug/netstandard2.1
  160. /Gateways/WebAppGateway/WebAppGateway.Host/bin/Debug/net6.0
  161. /Gateways/InternalGateway/InternalGateway.Host/bin/Debug/net6.0
  162. /MicroServices/FileStorage/FileStorage.Application.Contracts/bin/Debug
  163. /AuthServer/IdentityServer/AuthServer.Host/obj
  164. /AuthServer/IdentityServer/AuthServer.Host/bin/Debug/net6.0
  165. /AuthServer/IdentityServer/AuthServer.Host/Logs
  166. /AuthServer/IdentityServer/.vs/AuthServer
  167. /AuthServer/OpenIddict/AuthServer.Host/node_modules
  168. /AuthServer/OpenIddict/AuthServer.Host/bin/Debug/net6.0
  169. /AuthServer/OpenIddict/AuthServer.Host/Logs
  170. /AuthServer/OpenIddict/AuthServer.Host/obj
  171. /AuthServer/OpenIddict/AuthServer.Host/wwwroot/libs
  172. /AuthServer/OpenIddict/.vs/OpenIddict
  173. /MicroServices/Business/.vs/ProjectEvaluation
  174. /AuthServer/OpenIddict/.vs/ProjectEvaluation
  175. /Gateways/InternalGateway/.vs/ProjectEvaluation
  176. /Gateways/WebAppGateway/.vs/ProjectEvaluation
  177. /BaseService/BaseService.Application.Contracts/bin/Debug
  178. /BaseService/BaseService.HttpApi/bin/Debug
  179. /BaseService/BaseService.HttpApi.Client/bin/Debug