forked from yubaolee/OpenAuth.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (35 loc) · 1.01 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
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/OpenAuth.Mvc/bin
/OpenAuth.Repository/bin/Debug
/OpenAuth.Repository/obj/Debug
/OpenAuth.UnitTest/bin/Debug
/OpenAuth.UnitTest/obj/Debug
/OpenAuth.WebApi/bin
/OpenAuth.WebTest/bin
/OpenAuth.WebTest/obj/Debug
/packages
/OpenAuth.WebApi/obj/Debug
/OpenAuth.Mvc/log
/OpenAuth.Mvc/obj/Debug
*.user
/OpenAuth.Domain/obj/Debug
/OpenAuth.App/obj/Debug
/OpenAuth.Domain/bin/Debug
/OpenAuth.App/bin
/Infrastructure/bin/Debug
/Infrastructure/obj/Debug
/.vs
/OpenAuth.sln.GhostDoc.xml
/类结构.mdj
/数据库设计关系图/OpenAuthDB.pdb
/OpenAuth.WebTest/obj/Release
/OpenAuth.UnitTest/obj/Release
/OpenAuth.WebApi/obj/Release
/OpenAuth.Repository/bin/Release
/OpenAuth.Repository/obj/Release
/OpenAuth.Mvc/obj/Release
/OpenAuth.App/obj/Release
/Infrastructure/bin/Release
/Infrastructure/obj/Release