chore(gitignore): ignore operator PDFs in docs/, which origin must never carry
origin is a PUBLIC mirror. S83 staged docs/SLDC-AI.pdf (9.97 MB) with a broad `git add -A docs` even though STATE.md said not to commit it, and undoing that took a history rewrite of the ten commits that followed. Ignoring the type removes the need to remember. Operator working documents land in docs/ regularly; none of them are part of the published plugin. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LuGhWAbWyRFBFeemfhxoVv
This commit is contained in:
parent
74e700af79
commit
bbdfd8af91
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -42,3 +42,9 @@ NEXT-SESSION-PROMPT*.local.md
|
|||
*.local.sh
|
||||
.DS_Store
|
||||
.claude/
|
||||
|
||||
# Operator working documents dropped into docs/ — never part of the published
|
||||
# plugin. `origin` is a PUBLIC mirror, and S83 committed one of these with a
|
||||
# broad `git add -A docs`, which needed a history rewrite to undo. Ignoring the
|
||||
# type is cheaper than remembering not to stage it.
|
||||
docs/*.pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue