From e34a859f4dc5c89df93c9fd1c1044011b53735c4 Mon Sep 17 00:00:00 2001 From: fern-bot Date: Thu, 15 Aug 2024 15:50:59 +0100 Subject: [PATCH] added requestWithRetries path to fernignore --- .fernignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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