gitignore: ignore local docs (*.md) and .mcp.json

This commit is contained in:
megaproxy 2026-07-12 20:22:31 +01:00
parent e646aa9548
commit e93e6e76a3

4
.gitignore vendored
View file

@ -82,3 +82,7 @@ dist/
# Throwaway Editor screenshots (MCP captures)
/[Aa]ssets/[Ss]creenshots/
/[Aa]ssets/[Ss]creenshots.meta
# Local-only docs/notes and machine-specific MCP config (kept on disk, not tracked)
*.md
.mcp.json