From eebc6c8e4ca6feec330193a6d50fbdb794c86dd5 Mon Sep 17 00:00:00 2001 From: qiushanhe Date: Wed, 28 Dec 2022 09:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a19f004..78a752d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,23 @@ -# ---> Vue -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore +.DS_Store +node_modules/ +dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/*.log -# TODO: where does this rule come from? -docs/_book +tests/**/coverage/ +tests/e2e/reports +selenium-debug.log -# TODO: where does this rule come from? -test/ +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.local +package-lock.json +yarn.lock