Update .gitignore to exclude TypeScript build info and add dist directory. Expand README with project overview, technology stack, prerequisites, and instructions for running and testing the application.
ci / server (push) Failing after 4m10s
ci / client (push) Successful in 17s

This commit is contained in:
Leonid Pershin
2026-08-18 11:11:48 +03:00
parent 84aafb0b69
commit e6739e7912
84 changed files with 5698 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/HSchool.AppHost/HSchool.AppHost.csproj" />
<Project Path="src/HSchool.Protocol/HSchool.Protocol.csproj" />
<Project Path="src/HSchool.Server/HSchool.Server.csproj" />
<Project Path="src/HSchool.ServiceDefaults/HSchool.ServiceDefaults.csproj" />
<Project Path="src/HSchool.Simulation/HSchool.Simulation.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/HSchool.AppHost.Tests/HSchool.AppHost.Tests.csproj" />
<Project Path="tests/HSchool.Protocol.Tests/HSchool.Protocol.Tests.csproj" />
<Project Path="tests/HSchool.Simulation.Tests/HSchool.Simulation.Tests.csproj" />
</Folder>
</Solution>