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