diff --git a/.gitignore b/.gitignore index 6291b7a..65fa6bb 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ dist-ssr *.sw? .env -storybook-static \ No newline at end of file +storybook-static +mockServiceWorker.js \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 9be3fbf..6ea956b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,5 @@ node_modules dist pnpm-lock.yaml +mockServiceWorker.js +storybook-static \ No newline at end of file