From aefdaa86ebde83728478b17a755957ae00b983bc Mon Sep 17 00:00:00 2001 From: Sped0n Date: Wed, 1 Nov 2023 23:04:47 +0800 Subject: [PATCH] chore: update .eslintignore and .prettierignore files - Add "static" and "exampleSite" directories to .eslintignore to exclude them from linting - Add "static" and "exampleSite" directories to .prettierignore to exclude them from formatting --- .eslintignore | 3 ++- .prettierignore | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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