diff --git a/.fernignore b/.fernignore index 2d428e1..8bc1917 100644 --- a/.fernignore +++ b/.fernignore @@ -1,3 +1,4 @@ # Specify files that shouldn't be modified by Fern src/GooeyClient.ts -src/index.ts \ No newline at end of file +src/index.ts +src/core/fetcher/requestWithRetries.ts