From afbde4573a49a0018e7ef3d584d6c2a9330623e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Wed, 13 May 2026 06:55:06 +0000 Subject: [PATCH] chore: add bunfig.toml to gitignore (contains registry token) --- .gitignore | 1 + bunfig.toml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 bunfig.toml diff --git a/.gitignore b/.gitignore index 33a2bce..b5c901a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ bun.lock tsconfig.tsbuildinfo .npmrc +bunfig.toml diff --git a/bunfig.toml b/bunfig.toml deleted file mode 100644 index e77c92c..0000000 --- a/bunfig.toml +++ /dev/null @@ -1,2 +0,0 @@ -[test] -pathIgnorePatterns = ["dist/**"]