-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
23 lines (21 loc) · 1.11 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/CarRentalSystem/.vs/CarRentalSystem/v16
/CarRentalSystem/CarRentalSystem.Business/bin/Debug/netcoreapp3.1
/CarRentalSystem/CarRentalSystem.Business/obj
/CarRentalSystem/CarRentalSystem.Console/bin/Debug/netcoreapp3.1
/CarRentalSystem/CarRentalSystem.Console/obj
/CarRentalSystem/CarRentalSystem.Core/bin/Debug/netcoreapp3.1
/CarRentalSystem/CarRentalSystem.Core/obj
/CarRentalSystem/CarRentalSystem.DataAccess/bin/Debug/netcoreapp3.1
/CarRentalSystem/CarRentalSystem.DataAccess/obj
/CarRentalSystem/CarRentalSystem.Entities/bin/Debug/netcoreapp3.1
/CarRentalSystem/CarRentalSystem.Entities/obj
/CarRentalSystem/DesignTimeBuild
/CarRentalSystem/DesignTimeBuild/.dtbcache.v2
/CarRentalSystem/CarRentalSystem.WebAPI/obj
/CarRentalSystem/CarRentalSystem.WebAPI/bin/Debug/netcoreapp3.1
/CarRentalSystem/CarRentalSystem.WpfUI/bin/Debug/netcoreapp3.1
/CarRentalSystem/CarRentalSystem.WpfUI/obj