chore: initialize project structure and specification

This commit is contained in:
2024-12-15 12:00:00 -05:00
commit 49ec9cd997
3 changed files with 726 additions and 0 deletions

60
.gitignore vendored Normal file
View File

@@ -0,0 +1,60 @@
# .NET
bin/
obj/
*.user
*.suo
*.userosscache
*.sln.docstates
*.userprefs
.vs/
# Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# NuGet
*.nupkg
*.snupkg
.nuget/
packages/
# Node.js
node_modules/
.next/
out/
.npm/
# IDE
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
appsettings.Local.json
appsettings.*.Local.json
# Helm
helm/incidentops/charts/
# Docker
.docker/
# Kubernetes
*.kubeconfig