Skip to content

Commit c86545b

Browse files
nesquenaclaude
andcommitted
chore(repo): remove accidentally-committed graphify artifacts; ignore them going forward
Two artifacts from a contributor's local graphify (code-graph) tooling slipped into PR #1233 (workspace drag-to-reorder): .graphify_cached.json (3.5MB) .graphify_uncached.txt (refs /home/fr33m1nd/hermes-webui-src/...) Neither belongs in source control: the .json is an autogenerated cache of node IDs for a graph visualisation tool, and the .txt is a file-discovery index pointing at the contributor's local workspace (/home/fr33m1nd/hermes-webui-src/) — paths that aren't valid for any other developer. The repo already ignores graphify-out/ but these two top-level dotfiles weren't covered. Add explicit ignore entries and remove the tracked copies. No code change. CI remains green on 3.11/3.12/3.13. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent bbd754a commit c86545b

3 files changed

Lines changed: 2 additions & 18 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ docs/*
4444
# Used by Claude during deep reviews; never shared in the repo.
4545
.local-review/
4646
graphify-out/
47+
.graphify_cached.json
48+
.graphify_uncached.txt

.graphify_cached.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.graphify_uncached.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)