From d5a0e5a2e71a429fdeb151ec290b02e7a600b9c7 Mon Sep 17 00:00:00 2001 From: Kven <2955163637@qq.com> Date: Tue, 12 Nov 2024 15:37:24 +0800 Subject: [PATCH] first commit --- .eslintignore | 7 +------ .gitignore | 9 ++++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.eslintignore b/.eslintignore index 821ce22..fc04190 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,8 +1,3 @@ /*.json /*.js -dist -.husky - -node_modules -*.log -*-lock.json \ No newline at end of file +dist \ No newline at end of file diff --git a/.gitignore b/.gitignore index a105e09..e438530 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,8 @@ node_modules dist dist-ssr *.local -node_modules -.DS_Store -dist -dist-ssr -*.local .idea +.husky +*.log +*-lock.json +yarn.lock