From fbcd84d38a555095a6c8c98e9bcfc34ffe0245e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=80=81=E6=9D=BF=E4=B8=8D=E5=B7=AE=E9=92=B1?= <30830569@qq.com> Date: Mon, 9 May 2022 01:50:31 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.gitigno?= =?UTF-8?q?re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7f7cd6c..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -.DS_Store -node_modules/ -dist/ -.hbuilderx/ - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.project -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw*