-
-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy path.gitignore
More file actions
18 lines (18 loc) · 638 Bytes
/
Copy path.gitignore
File metadata and controls
18 lines (18 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
target/
.DS_Store
.env
.env.*
proxies.txt
.claude/skills/
# Scratch / local artifacts (previously covered by overbroad `*.json`,
# which would have also swallowed package.json, components.json,
# .smithery/*.json if they were ever modified).
*.local.json
local-test-results.json
# CLI research command dumps JSON output keyed on the query; they're
# not code and shouldn't live in git. Track deliberately-saved research
# output under a different name.
research-*.json
# MCP registry publisher credentials (mcp-publisher writes these into
# packages/create-webclaw/). They are OAuth/API tokens — never commit them.
.mcpregistry_*_token