diff --git a/.gitignore b/.gitignore index ac9d097..34f8fd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store dist node_modules +.nyc_output \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 1521c8b..5a6afbc 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,2 @@ dist +.nyc_output