Commit b2b7543
committed
feat: enhance repository security with comprehensive .gitignore rules
- Add protection for local MCP configurations (.mcp.json) that may contain API keys
- Ignore Claude Code settings directory (.claude/)
- Exclude test output directories and temporary files
- Prevent accidental commits of development artifacts and cache files
- Improve repository security and reduce bloat from untracked files
Security improvements:
- Block sensitive configuration files with potential credentials
- Exclude local development tool configurations
- Ignore test outputs and cache files that shouldn't be versioned1 parent be4a935 commit b2b7543
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
0 commit comments