diff --git a/.eslintignore b/.eslintignore index db72c61..db4c6d9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,2 @@ -build/* -dist/* -node_modules/* -yarn.lock -package-lock.json \ No newline at end of file +dist +node_modules \ No newline at end of file diff --git a/.gitignore b/.gitignore index e3c876c..359f345 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ .env -build/* - -node_modules/* -dist \ No newline at end of file +node_modules +dist +yarn.lock +package-lock.json \ No newline at end of file