diff --git a/.eslintignore b/.eslintignore index 3897265..13de272 100644 --- a/.eslintignore +++ b/.eslintignore @@ -11,3 +11,6 @@ node_modules pnpm-lock.yaml package-lock.json yarn.lock +.changeset +.github +dist diff --git a/.prettierignore b/.prettierignore index cc41cea..1ce1a23 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,3 +2,6 @@ pnpm-lock.yaml package-lock.json yarn.lock +.changeset +.github +dist