feat: scaffold solution with NATS.Server library, host, and test projects

This commit is contained in:
Joseph Doherty
2026-02-22 19:48:44 -05:00
parent 61824260df
commit 05b07407a8
8 changed files with 96 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
## .NET
bin/
obj/
*.user
*.suo
*.userosscache
*.sln.docstates
## NuGet
*.nupkg
*.snupkg
**/[Pp]ackages/*
!**/[Pp]ackages/build/
## Visual Studio
.vs/
*.rsuser
*.csproj.user
## JetBrains Rider
.idea/
*.sln.iml
## Test Results
TestResults/
coverage/
## OS
.DS_Store
Thumbs.db