feat: initialize .NET 8 solution with project structure

This commit is contained in:
Claude Agent
2026-03-19 10:27:37 +01:00
commit 5b6f9ebbfd
15 changed files with 253 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# .NET
bin/
obj/
*.user
*.suo
*.DotSettings
# Go
Agent/bin/
Agent/pkg/proto/*.go
# Node/Frontend
Frontend/node_modules/
Frontend/dist/
# IDE
.vs/
.vscode/
.idea/
*.swp
# OS
Thumbs.db
.DS_Store
# Secrets
*.env
appsettings.*.local.json