This sets up the foundational structure for a .NET Core 6 / React project, demonstrating common architectural patterns, Docker integration, and key Strata libraries for API, data access (EF Core), background jobs (Hangfire), real-time communication (SignalR), and various frontend UI components.
10 lines
99 B
Plaintext
10 lines
99 B
Plaintext
.dockerignore
|
|
Dockerfile
|
|
Dockerfile.local
|
|
.env
|
|
.gitignore
|
|
.vs
|
|
.vscode
|
|
**/bin
|
|
**/obj
|
|
**/.toolstarget |