forked from dahlsailrunner/aspnetcore-effective-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
32 lines (31 loc) · 1.87 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/AspNetCore-Effective-Logging/.vs/AspNetCore-Effective-Logging
/AspNetCore-Effective-Logging/BookClub-API/bin/Debug/netcoreapp2.2
/AspNetCore-Effective-Logging/BookClub-API/obj
/AspNetCore-Effective-Logging/BookClub-Data/bin/Debug/netstandard2.0
/AspNetCore-Effective-Logging/BookClub-Data/obj
/AspNetCore-Effective-Logging/BookClub-UI/bin/Debug/netcoreapp2.2
/AspNetCore-Effective-Logging/BookClub-UI/obj
/AspNetCore-Effective-Logging/BookClub.Entities/bin/Debug/netstandard2.0
/AspNetCore-Effective-Logging/BookClub.Entities/obj
/AspNetCore-Effective-Logging/BookClub.API/bin/Debug/netcoreapp2.2
/AspNetCore-Effective-Logging/BookClub.API/obj
/AspNetCore-Effective-Logging/BookClub.Data/bin/Debug/netstandard2.0
/AspNetCore-Effective-Logging/BookClub.Data/obj
/AspNetCore-Effective-Logging/BookClub.UI/bin/Debug/netcoreapp2.2
/AspNetCore-Effective-Logging/BookClub.UI/obj
/AspNetCore-Effective-Logging/.vs/config
/.vs
/AspNetCore-Effective-Logging/BookClub.Data/BookClub.Data.csproj.user
/AspNetCore-Effective-Logging/BookClub.Logic/bin/Debug/netstandard2.0
/AspNetCore-Effective-Logging/BookClub.Logic/obj
/AspNetCore-Effective-Logging/BookClub.Infrastructure/bin/Debug/netstandard2.0
/AspNetCore-Effective-Logging/BookClub.Infrastructure/obj
/AspNetCore-Effective-Logging/BookClub.API/bin/Debug/netcoreapp3.1
/AspNetCore-Effective-Logging/BookClub.Data/bin/Debug/netstandard2.1
/AspNetCore-Effective-Logging/BookClub.Entities/bin/Debug/netstandard2.1
/AspNetCore-Effective-Logging/BookClub.Infrastructure/bin/Debug/netstandard2.1
/AspNetCore-Effective-Logging/BookClub.Logic/bin/Debug/netstandard2.1
/AspNetCore-Effective-Logging/BookClub.UI/bin/Debug/netcoreapp3.1