forked from KevinDockx/HttpClientInNetCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
17 lines (16 loc) · 711 Bytes
/
.gitignore
File metadata and controls
17 lines (16 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/Finished sample/Marvin.IDP/obj
/Finished sample/Movies.API/bin/Debug/netcoreapp2.1
/Finished sample/Movies.API/obj
/Finished sample/Movies.Client/bin/Debug
/Finished sample/Movies.Client/obj
/Finished sample/Movies.Test/bin/Debug/netcoreapp2.1
/Finished sample/Movies.Test/obj
/Starter files/.vs/Movies/v15
/Starter files/Movies.API/bin/Debug/netcoreapp2.1
/Starter files/Movies.API/obj
/Starter files/Movies.Client/bin/Debug
/Starter files/Movies.Client/obj