Files
dota_factory/.gitignore
Malte Langkabel 2969aa2033 Ignore local Claude Code config files
.mcp.json holds a plaintext Gitea access token and settings.local.json is
machine-specific, so neither belongs in the repo. Untrack settings.local.json
(it stays on disk) and ignore both.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GH8ZMRY3vhxxXcaUxBqxkk
2026-08-02 15:54:29 +02:00

6 lines
124 B
Plaintext

/build/
# local Claude Code config (machine-specific; .mcp.json holds credentials)
/.mcp.json
/.claude/settings.local.json