Files
obsidian-mcp/.gitignore
T
zhengchen.tao 515763bc72
Build Docker Image / build (push) Failing after 1m22s
Initial public release
MCP (Model Context Protocol) server for reading and writing an Obsidian
vault, gated by OAuth-issued JWT bearer tokens. See README.md for setup.
2026-05-17 23:55:00 +08:00

24 lines
295 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## .NET
bin/
obj/
*.user
*.suo
.vs/
.vscode/
## 本地测试 vault(不入库)
test-vault/
## 运行时产物
/app/logs/
*.log
## 开发期 JWTdotnet user-jwts 签的,不入库)
.jwt/
## 环境变量文件(密钥不入库)
.env
.env.local
appsettings.*.local.json
secrets.json