forked from WilliamXu96/ABP-MicroService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
116 lines (115 loc) · 6.36 KB
/
.gitignore
File metadata and controls
116 lines (115 loc) · 6.36 KB
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
################################################################################
# 此 .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