Skip to content

Commit b8bcd7f

Browse files
Wolfe-Jamclaude
andcommitted
chore: gitignore context-card.html (card output written in cwd)
`npx mcp-context-card card` now writes context-card.html to the working directory by default (1.0.1). Ignore it so it can't be committed by accident. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Aij9ReMwQeQTVSnYUZ4Qdt
1 parent 701e941 commit b8bcd7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ project.html
66

77
# npm pack artifacts
88
*.tgz
9+
10+
# card output (npx mcp-context-card card writes this in cwd)
11+
context-card.html

0 commit comments

Comments
 (0)