From 74618c41106b0f8c7bcbd703f419e4fd9090fef6 Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 23 Oct 2023 16:49:59 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fdcc114..4dcc4da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /.hbuilderx/ /node_modules/ +/node_modules/* +**/node_modules/** /unpackage/ /vue.config.js /manifest.json -- GitLab