Commit 26e31a0
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
0 commit comments