17 lines
711 B
Plaintext
17 lines
711 B
Plaintext
################################################################################
|
|
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
|
################################################################################
|
|
|
|
/.vs/LearningOfficer.OA.API/FileContentIndex
|
|
/LearningOfficer.OA.Common/obj
|
|
/LearningOfficer.OA.Core/obj
|
|
/LearningOfficer.OA.Infrastructure/obj
|
|
/LearningOfficer.OA.Mobile.Api/obj
|
|
/LearningOfficer.OA.Services/obj
|
|
/.vs/LearningOfficer.OA.API
|
|
/LearningOfficer.OA.Common/bin/Debug/net8.0
|
|
/LearningOfficer.OA.Core/bin/Debug/net8.0
|
|
/LearningOfficer.OA.Infrastructure/bin/Debug/net8.0
|
|
/LearningOfficer.OA.Mobile.Api/bin/Debug/net8.0
|
|
/LearningOfficer.OA.Services/bin/Debug/net8.0
|