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