chore(llm-security): stage ignore patterns for session files
Add .local/ and HANDOFF-FINDINGS.local.md to .gitignore so session handoff artifacts (NEXT-SESSION-PROMPT.local.md, scratch findings) do not leak into commits. Pre-flight for Batch C v7.3.0.
This commit is contained in:
parent
ae5c784ce7
commit
0a0c1fc412
1 changed files with 2 additions and 0 deletions
2
plugins/llm-security/.gitignore
vendored
2
plugins/llm-security/.gitignore
vendored
|
|
@ -12,3 +12,5 @@ reports/watch/latest.json
|
|||
*.pem
|
||||
credentials.*
|
||||
secrets.*
|
||||
.local/
|
||||
HANDOFF-FINDINGS.local.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue