diff --git a/.eslintignore b/.eslintignore index 3ee9d05..044fbe2 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,5 @@ coverage/ dist/ node_modules/ .github/ -scripts/ \ No newline at end of file +scripts/ +docs/ \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 8c22d12..9ac0449 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,5 @@ ./nyc_output ./coverage ./node_modules -./.github \ No newline at end of file +./.github +./docs \ No newline at end of file