37 lines
472 B
Text
37 lines
472 B
Text
# Local configuration (contains user-specific settings)
|
|
*.local.md
|
|
okr.local.md
|
|
|
|
# MCP configuration (may contain API keys)
|
|
.mcp.json
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# --- 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/
|