gitignore: ignore local docs (*.md) and .mcp.json
This commit is contained in:
parent
e646aa9548
commit
e93e6e76a3
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -82,3 +82,7 @@ dist/
|
||||||
# Throwaway Editor screenshots (MCP captures)
|
# Throwaway Editor screenshots (MCP captures)
|
||||||
/[Aa]ssets/[Ss]creenshots/
|
/[Aa]ssets/[Ss]creenshots/
|
||||||
/[Aa]ssets/[Ss]creenshots.meta
|
/[Aa]ssets/[Ss]creenshots.meta
|
||||||
|
|
||||||
|
# Local-only docs/notes and machine-specific MCP config (kept on disk, not tracked)
|
||||||
|
*.md
|
||||||
|
.mcp.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue