From f0d1343955f2c759cb01ae89245c71eaf6f1bee8 Mon Sep 17 00:00:00 2001 From: wuxu Date: Sat, 27 Dec 2025 09:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81adcb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +data/* +local_storage/* \ No newline at end of file