From 3e946823d47f4ce1155e8a10968adcb257a83e38 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 13 Mar 2024 14:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..a80c164 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ -node_modules \ No newline at end of file +node_modules/ +/unpackage/ +/.hbuilderx/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln \ No newline at end of file