From b819c0efdb290d851e380953bea8467baec2517a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=AF=E6=A5=A0?= <1403191743@qq.com> Date: Fri, 21 Mar 2025 01:31:50 +0000 Subject: [PATCH] add .gitignore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈凯楠 <1403191743@qq.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0655b78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.hbuilderx/ +/unpackage/ +/node_modules/ \ No newline at end of file