From 77f22c3f7d5c6d9623a893a9ce8e6d0842ccb393 Mon Sep 17 00:00:00 2001 From: Rdzleo Date: Fri, 27 Feb 2026 10:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4.gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..238ced0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹) +/build + +/dzbj + +# 忽略根目录下的uniapp_code文件夹(这是APP端的业务) +/uniapp_code + +# 忽略 macOS 系统文件 +.DS_Store