From 241630f0547229bedbe2b8e9a7746daceb49d3be Mon Sep 17 00:00:00 2001 From: yichuan-w Date: Mon, 18 Aug 2025 15:52:51 -0700 Subject: [PATCH] chore: remove unintended embedded repo paru-bin and ignore it Fix CI: avoid missing .gitmodules entry by removing gitlink and adding to .gitignore. --- .gitignore | 1 + paru-bin | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 160000 paru-bin diff --git a/.gitignore b/.gitignore index 7563979..5b4523b 100755 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ packages/leann-backend-diskann/third_party/DiskANN/_deps/ batchtest.py tests/__pytest_cache__/ tests/__pycache__/ +paru-bin/ diff --git a/paru-bin b/paru-bin deleted file mode 160000 index 92a5542..0000000 --- a/paru-bin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 92a55429afbec4fceeb2cef843245105307444d2