37 lines
711 B
Text
37 lines
711 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 per ~/.claude polyrepo-konvensjon) ---
|
|
STATE.md
|
|
REMEMBER.md
|
|
ROADMAP.md
|
|
TODO.md
|
|
NEXT-SESSION-PROMPT*.local.md
|
|
*.local.md
|
|
*.local.json
|
|
*.local.sh
|
|
.DS_Store
|
|
.claude/
|