71600adba9
Build Docker Image / build (push) Failing after 1m40s
MCP (Model Context Protocol) server providing read-only access to a Gitea instance, gated by OAuth-issued JWT bearer tokens. See README.md for setup.
37 lines
435 B
Plaintext
37 lines
435 B
Plaintext
## .gitignore for .NET 10 project
|
|
|
|
# Build outputs
|
|
bin/
|
|
obj/
|
|
|
|
# User-specific files
|
|
*.user
|
|
*.suo
|
|
.vs/
|
|
|
|
# dotnet user-jwts (development JWT store)
|
|
Properties/launchSettings.json
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Environment files (never commit secrets)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
.nuget/
|
|
|
|
# Rider / JetBrains
|
|
.idea/
|
|
|
|
# VS Code (allow settings but not per-user state)
|
|
.vscode/launch.json
|
|
.vscode/*.code-workspace
|