From 47f127daf21dfd2f42557c829b9119fd4f6a794a Mon Sep 17 00:00:00 2001 From: xiaowei Date: Thu, 10 Sep 2026 18:20:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8A=A0=20.gitignore=20(data.json=20?= =?UTF-8?q?=E5=90=AB=20apiKey=EF=BC=8C=E4=B8=8D=E5=85=A5=E5=BA=93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..923ca4e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Obsidian 插件运行时数据(含 apiKey,不入库) +data.json +node_modules/ +*.log