Skip to content

Commit 26e31a0

Browse files
chore: adopt mg-tools — gitignore baseline for internal dev tooling
Adds the per-developer gitignore entries needed for MakeGov team members who use mg-tools (an internal Claude Code plugin that provides shared agents, skills, rules, and hooks across our repos). Internal-focused only — no effect on the published SDK, its API, or external contributors. Ignored paths: - .claude-plugin/ plugin pointer - .claude/settings.json merged Claude Code permissions - .claude/settings.local.json personal overrides - .claude/mg-tools-integration.md team-only plugin notes - .mcp.json / .mcp.disabled.json MCP server configs (per-dev) - .mg-tools/ scratch, config, diary, version - .claude.bak.* / .cursor.bak.* / .mcp.json.bak.* install backups - CLAUDE.md per-developer AI-assistant context (each team member regenerates from mg-tools' sdk-python template) Also fixes a missing trailing newline on the pre-existing 'examples/' entry that would otherwise concatenate with any appended block. External contributors don't need any of this. README, CONTRIBUTING, and docs/ remain the contribution entry points.
1 parent 35f8d77 commit 26e31a0

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,17 @@ Thumbs.db
149149
yoni/
150150
.cursor/*
151151

152-
examples/
152+
examples/
153+
154+
# --- mg-tools (per-developer; re-run 'mg-tools install' after clone) ---
155+
.claude-plugin/
156+
.claude/settings.json
157+
.claude/settings.local.json
158+
.claude/mg-tools-integration.md
159+
.mcp.json
160+
.mcp.disabled.json
161+
.mg-tools/
162+
.claude.bak.*
163+
.cursor.bak.*
164+
.mcp.json.bak.*
165+
CLAUDE.md

0 commit comments

Comments
 (0)