From 258fb15577c98d278664838edb9272003f296ee1 Mon Sep 17 00:00:00 2001 From: K-hermes Date: Fri, 14 Aug 2026 09:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3:=20=E4=BF=9D=E7=95=99data?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=EF=BC=8C=E5=8F=AA=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E6=95=B0=E6=8D=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 ++++++++- data/.gitkeep | 0 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 data/.gitkeep diff --git a/.gitignore b/.gitignore index 4122293..8a58df1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ +# 数据文件(敏感信息) data/*.json -data/ !data/.gitkeep + +# 系统文件 .DS_Store + +# 日志 *.log + +# 备份文件 +*.bak diff --git a/data/.gitkeep b/data/.gitkeep new file mode 100644 index 0000000..e69de29