From b5ce14d1f0511bdc46a04a32766579f3c1005783 Mon Sep 17 00:00:00 2001 From: Phil Leggetter Date: Wed, 11 Dec 2024 16:24:37 +0000 Subject: [PATCH] chore: revert fern ignore --- .fernignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.fernignore b/.fernignore index c2cbbf0..bca19bd 100644 --- a/.fernignore +++ b/.fernignore @@ -1,3 +1,10 @@ # Specify files that shouldn't be modified by Fern README.md LICENSE + +# Temporarily ignored for the OptionalOrNull helper. +optional.go +optional_test.go + +# Temporarily ignored to fix core.Optional -> core.DateTime mapping. +issue_trigger.go