llm-security/.gitignore
Kjell Tore Guttormsen b929ddc2bb chore(llm-security): untrack STATE.md — public remote requires LOCAL-ONLY
org-ops flagged that STATE.md is tracked in this public repo (open/llm-security),
contradicting the current global convention (public remote => STATE.md gitignored).
The .gitignore comment claiming the opposite was stale. Stops tracking going
forward; existing history is left untouched (already public).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019GQCcuMneSfXp6xHUvYbQq
2026-08-01 20:24:20 +02:00

35 lines
778 B
Text

node_modules/
.DS_Store
coverage/
harness-events.jsonl
*.log
reports/baselines/*.json
reports/watch/config.json
reports/watch/latest.json
.env
.env.*
*.key
*.pem
credentials.*
secrets.*
.local/
HANDOFF-FINDINGS.local.md
# --- session/local state ---
# STATE.md is LOCAL-ONLY here: llm-security has a public remote (open/llm-security),
# and the global ~/.claude/CLAUDE.md convention is public remote => gitignored.
# Untracked 2026-08-01 (org-ops finding) after being tracked since project start;
# git history keeps the old commits, this only stops future ones.
STATE.md
REMEMBER.md
ROADMAP.md
TODO.md
NEXT-SESSION-PROMPT*.local.md
*.local.md
*.local.json
*.local.sh
.DS_Store
.claude/
# Voyage-generated plan annotation HTML (regenerable via annotate.mjs)
docs/plans/*.html