From 89074b366db5c5a97f9f4fa12214004bd5b608eb Mon Sep 17 00:00:00 2001 From: xuyucheng Date: Wed, 24 Nov 2021 15:06:55 +0800 Subject: [PATCH] second --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 723ef36..fa5901f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,20 @@ -.idea \ No newline at end of file +.DS_Store +node_modules/ +dist/ +CONTRIBUTING.md +npm-debug.log +yarn-debug.log* +yarn-error.log* +yarn.lock +package-lock.json +test/unit/coverage +test/e2e/reports +selenium-debug.log + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln \ No newline at end of file