diff --git a/.eslintignore b/.eslintignore index b3c7b6f..340daf3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ node_modules docs lib +out diff --git a/.prettierignore b/.prettierignore index 821f754..e2239f2 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,7 @@ docs -build lib +build +out .next *.svg +