Stop tracking reference/; add .gitignore for third-party source

The reference/ tree (OpenCode, Codex, Hermes, Claude Code 2.1.88, etc., ~0.5GB)
was partially tracked (287 files) from an earlier accidental add. Per the
"reference is working-copy only" decision (DD §23), this removes all reference/
files from the index (disk copies retained) and adds a root .gitignore rule so
future commits never pull third-party / leaked source into the repo.

No documentation or source-of-truth content changed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
AirCoding
2026-06-01 18:11:30 +08:00
parent 0b15670a0c
commit 8b531732fe
288 changed files with 2 additions and 27881 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Third-party reference source (working-copy only, see AirPlan DD §23) — not committed
/reference/