chore: clean up stale .gitignore entries
Remove references to files that no longer exist: - Legacy mock mode files (mock_integration.go, mock_stub.go, etc.) - Duplicate entries (CLAUDE.md, /pulse-sensor-proxy) - Experimental/abandoned feature paths
This commit is contained in:
parent
8336102322
commit
81f4b5fee4
1 changed files with 1 additions and 11 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -132,13 +132,6 @@ scripts/TEST_*.md
|
||||||
mock.env.local
|
mock.env.local
|
||||||
mock.env.backup
|
mock.env.backup
|
||||||
|
|
||||||
# Legacy mock mode files (no longer used)
|
|
||||||
internal/monitoring/mock_integration.go
|
|
||||||
internal/monitoring/mock_stub.go
|
|
||||||
scripts/mock-dev.sh
|
|
||||||
scripts/toggle-mock-pure.sh
|
|
||||||
MOCK_MODE_GUIDE.md
|
|
||||||
|
|
||||||
# Claude Code Safety Hooks (local only)
|
# Claude Code Safety Hooks (local only)
|
||||||
.claudecode-settings.json
|
.claudecode-settings.json
|
||||||
.claudecode-hooks/
|
.claudecode-hooks/
|
||||||
|
|
@ -161,10 +154,7 @@ AGENT_METRICS_*.md
|
||||||
tmp_*.py
|
tmp_*.py
|
||||||
tmp_*.sh
|
tmp_*.sh
|
||||||
|
|
||||||
# Experimental/abandoned features (not part of main project)
|
# Local agent directories
|
||||||
scripts/agent/
|
scripts/agent/
|
||||||
docs/internal/
|
docs/internal/
|
||||||
claude.md
|
|
||||||
/pulse-sensor-proxy
|
|
||||||
CLAUDE.md
|
|
||||||
.agent/
|
.agent/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue