diff --git a/.eslintignore b/.eslintignore index fe064f4..ff66798 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ node_modules -index.html \ No newline at end of file +static +exampleSite diff --git a/.prettierignore b/.prettierignore index b512c09..a0097d1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,3 @@ -node_modules \ No newline at end of file +node_modules +static +exmapleSite