diff --git a/.eslintignore b/.eslintignore index efe22d5b..2f9fd3b3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,12 @@ +# build output +dist +build app/dist + +# dependencies +node_modules app/node_modules + +# other app/static assets -build -dist -node_modules