Skip to content

Commit 5a3cf04

Browse files
committed
chore: untrack local .codecanvas/ artifacts
These are lean-ctx cache files (74MB callgraph.json + entrypoints.json) that were accidentally tracked. Remove from index and gitignore.
1 parent 6fbc000 commit 5a3cf04

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.codecanvas/callgraph.json

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

.codecanvas/entrypoints.json

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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@ CLAUDE.md
121121

122122
# Conformance test outputs (timestamped folders from --test mode)
123123
**/conformance/20*-*-*_*-*-*/
124+
125+
# Local lean-ctx/codecanvas cache artifacts
126+
.codecanvas/

0 commit comments

Comments
 (0)