linkedin-studio/.gitignore
Kjell Tore Guttormsen f9bc90dda1 chore(linkedin-studio): track STATE.md — remove from .gitignore per global continuity rule
The global continuity rule supersedes the old polyrepo convention: STATE.md is now
tracked and committed per repo (never gitignored). Remove STATE.md from .gitignore; the
other session-local entries (REMEMBER/ROADMAP/TODO/NEXT-SESSION/*.local.md) stay ignored
as deprecated local mechanisms. STATE.md content reflects current state-of-play (S29c
done/pushed; S29d next).

NOT pushed: held local pending the config-audit plugin's cross-repo brief that will
standardize STATE + per-repo conventions (operator: "kommer tilbake til det"). The remote
is an "open/" namespace — public/private to be confirmed before STATE is ever pushed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016qgzo6rxthw7KuxHjn5vyE
2026-06-20 05:53:48 +02:00

71 lines
1.5 KiB
Text

# Secrets and sensitive files
.mcp.json
.env
.env.*
# Local configuration
*.local.md
# Real voice profile is personal data — adopters keep theirs local; the tracked
# authentic-voice-samples.md ships as a sentinel placeholder. (Already matched by
# *.local.md above; listed explicitly so the intent is unmissable.)
assets/voice-samples/authentic-voice-samples.local.md
# Session state (personal activity, auto-initialized from template)
REMEMBER.md
# Credentials
credentials.json
*-secret*
*.pem
*.key
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Temporary files
*.tmp
*.bak
# Draft content (personal posts)
assets/drafts/queue.json
assets/drafts/week-*/
# Analytics data (personal performance data)
assets/analytics/exports/
assets/analytics/posts/
assets/analytics/weekly-reports/
assets/analytics/content-history.md
# Internal development files (not for public release)
BACKLOG.md
docs/DEVELOPMENT-LOG.md
# Generated annotation/review artifacts (regenerable; annotations live in browser localStorage)
docs/review/
docs/**/*.html
# Voyage executor bookmarks (local continuity, not tracked)
docs/**/.session-state.local.json
*.local.json
# Node.js
scripts/analytics/node_modules/
scripts/analytics/build/
# --- session/local state ---
# STATE.md is intentionally TRACKED (global continuity rule supersedes the old polyrepo gitignore convention)
REMEMBER.md
ROADMAP.md
TODO.md
NEXT-SESSION-PROMPT*.local.md
*.local.md
*.local.json
*.local.sh
.DS_Store
.claude/