-
-
Notifications
You must be signed in to change notification settings - Fork 228
/
.gitignore
27 lines (22 loc) · 1.01 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
**/.vs/
**/BlazorServerApp/.vs/
**/BlazorServerApp/BlazorServerApp/bin
**/BlazorServerApp/BlazorServerApp/obj
**/BlazorServerApp/CuriousDriveRazorLibrary/.vs/
**/BlazorServerApp/CuriousDriveRazorLibrary/CuriousDriveRazorLibrary/bin
**/BlazorServerApp/CuriousDriveRazorLibrary/CuriousDriveRazorLibrary/obj
**/BookStoresWebAPI/.vs/
**/BookStoresWebAPI/.vscode/
**/BookStoresWebAPI/.vs/
**/BookStoresWebAPI/BookStoresWebAPI/.vs
**/BookStoresWebAPI/BookStoresWebAPI/BookStoresWebAPI/bin
**/BookStoresWebAPI/BookStoresWebAPI/BookStoresWebAPI/obj
**/BookStoresWebAPI/BookStoresWebAPI/Properties/
**/Publish/
/BlazorServerApp/BlazorServerApp/Properties/
/BookStoresWebAPI/BookStoresWebAPI/.config
/BookStoresWebAPI/BookStoresWebAPI/obj
/BookStoresWebAPI/BookStoresWebAPI/bin/Debug/netcoreapp3.1