-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
28 lines (27 loc) · 935 Bytes
/
.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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/WebApi/.vs/WebApi
/WebApi/WebApi/bin/Debug/netcoreapp3.1
/WebApi/WebApi/obj
/WebApi/ModelLayer/bin/Debug/netcoreapp3.1
/WebApi/ModelLayer/obj
/WebApi/RepositoryLayer/obj
/WebApi/RepositoryLayer/bin/Debug/netcoreapp3.1
/WebApi/ServiceLayer/bin/Debug/netcoreapp3.1
/WebApi/ServiceLayer/obj
/WebApi/ServiceLayerTests/bin/Debug/netcoreapp3.1
/WebApi/ServiceLayerTests/obj
/backend/ServiceLayerTests/bin/Debug/netcoreapp3.1
/backend/WebApi/bin/Debug/netcoreapp3.1
/backend/WebApi/wwwroot
/backend/.vs/WebApi/v16/Server/sqlite3/storage.ide-wal
/backend/.vs/WebApi/v16/Server/sqlite3/storage.ide-shm
/TestProjects/bin/
/TestProjects/obj
.DS_Store
.vs
.vscode
/backend/app
/TestProjects/obj