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
This commit is contained in:
Sped0n
2023-11-01 23:04:47 +08:00
parent bb15dbea36
commit aefdaa86eb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
node_modules
index.html
static
exampleSite

View File

@@ -1 +1,3 @@
node_modules
static
exmapleSite