diff --git a/.eslintignore b/.eslintignore index db72c61..37e5276 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,3 @@ build/* dist/* -node_modules/* -yarn.lock -package-lock.json \ No newline at end of file +node_modules/* \ No newline at end of file diff --git a/.gitignore b/.gitignore index e3c876c..983d38d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ build/* node_modules/* -dist \ No newline at end of file +dist +yarn.lock +package-lock.json \ No newline at end of file