feat: initialize .NET 8 solution with project structure
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user