From 3cc5c6a9a29fdb88d5c9903718041371a860cb10 Mon Sep 17 00:00:00 2001 From: Ragnor Comerford Date: Tue, 12 May 2026 17:02:14 -0700 Subject: [PATCH] chore: gitignore the mdrip/ markdown snapshot cache npx mdrip writes fetched-page snapshots under mdrip/. The cache is a local-only working artifact (docs/lance.md is the curated index of upstream Lance pages we fetch on demand). Keep the cache out of the tree. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4207a6f..919d9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ demo/*.omni/ /schema-improvements.md /schema-issues.md /schema-prior-art.md +mdrip/