Stop gitignoring STATE.md (remove from .gitignore) and commit it. Per the updated ~/.claude/CLAUDE.md continuity rule, STATE.md is now tracked in every repo and pushed to private Forgejo (never GitHub/public) — it survives fresh clones, git clean, and branch switches instead of living only on disk. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ter3E2JSi1Khgmuf2kady8
36 lines
720 B
Text
36 lines
720 B
Text
# Local configuration (contains machine-specific settings)
|
|
config-audit.local.md
|
|
*.local.md
|
|
.claude/settings.local.json
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
# Test fixtures intentionally include fake node_modules for tool-count detection
|
|
!tests/fixtures/**/node_modules/
|
|
!tests/fixtures/**/node_modules/**
|
|
|
|
# Development prompts
|
|
S*-PROMPT.md
|
|
|
|
# Plugin state (managed by plugin)
|
|
.config-audit/
|
|
|
|
# v5 namespace research (local-only spike output)
|
|
docs/v5-namespace-research.md
|
|
|
|
# --- session/local state (gitignored) — STATE.md er nå tracked, se ~/.claude/CLAUDE.md ---
|
|
REMEMBER.md
|
|
ROADMAP.md
|
|
TODO.md
|
|
NEXT-SESSION-PROMPT*.local.md
|
|
*.local.md
|
|
*.local.json
|
|
*.local.sh
|
|
.DS_Store
|
|
.claude/
|