From 0ca5a6328a68b8663fea09df13b513b3014e9877 Mon Sep 17 00:00:00 2001 From: lijun Date: Mon, 1 Sep 2025 13:31:54 +0800 Subject: [PATCH] =?UTF-8?q?git=E6=8F=90=E4=BA=A4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= 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..eb1a56a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/node_modules/* +/dist/*