forked from damienbod/AspNetCoreAngularSignalRSecurity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
20 lines (20 loc) · 660 Bytes
/
.gitignore
File metadata and controls
20 lines (20 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/.vs
/ApiServer/bin/Debug
/ApiServer/Keys
**/obj
/SecurityAspNetCoreSignalR/node_modules/
/StsServer/bin
/SecurityAspNetCoreSignalR/angularApp/**/*.js
/SecurityAspNetCoreSignalR/angularApp/**/*.js.map
/SecurityAspNetCoreSignalR/bin
/SecurityAspNetCoreSignalR/wwwroot
/Logs
/SecurityAspNetCoreSignalR/SecurityAspNetCoreSignalR.csproj.user
/DirectMessagesAngular/node_modules
/DirectMessagesAngular/**/*.js.map
/DirectMessagesAngular/angularApp/app/**/*.js
/DirectMessagesAngular/wwwroot/dist/
/DirectMessagesAngular/bin
/DirectMessagesAngular/angularApp/*.js
/DirectMessagesAngular/DirectMessagesAngular.csproj.user
/StsServer/node_modules/