From e979d839025cb73695be258fcfa36a89c43933e3 Mon Sep 17 00:00:00 2001 From: cjl520cy <8149487+cy250cy-520@user.noreply.gitee.com> Date: Fri, 3 Apr 2026 14:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..853f861 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# 忽略依赖目录 +/node_modules/ + +# 忽略 UniApp 编译输出目录 +/unpackage/ + +# 忽略 VS Code 配置目录 +/.vscode/ \ No newline at end of file