forked from CodeMazeBlog/.NET-Core-Series
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (29 loc) · 661 Bytes
/
.gitignore
File metadata and controls
31 lines (29 loc) · 661 Bytes
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
/Part 3/.vs
/Part 3/AccountOwnerServer/obj
/Part 3/AccountOwnerServer/AccountOwnerServer.csproj.user
/Part 3/AccountOwnerServer/bin
/Part 3/Contracts/obj
/Part 3/Contracts/bin
/Part 3/LoggerService/obj
/Part 3/LoggerService/bin
*.suo
*.user
_ReSharper.*
bin
obj
packages
/Part 4/Contracts/obj
/Part 4/Contracts/bin
/Part 4/Entities/obj
/Part 4/Entities/bin
/Part 4/LoggerService/obj
/Part 4/LoggerService/bin
/Part 4/Repository/obj
/Part 4/Repository/bin
/Part7/.vscode
Projects
/Part 3/AccountOwnerServer/Projects
/Part 5/AccountOwnerServer/Projects
/Part 4/AccountOwnerServer/Projects
/Part 6/AccountOwnerServer/Projects
/Part 5 - Update - OwnersByName/.vs