From a41d698097073ff18131d3937e5833ebf4fd1b62 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Sun, 1 Sep 2024 02:52:22 +0800 Subject: [PATCH] =?UTF-8?q?gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70b6626 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/node_modules/ +/.idea/ +/miniprogram_npm/ +/package-lock.json