From 7c52f28aa798f7749dcd7ae1f0834355f2f52cde Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 5 Jul 2025 17:40:52 -0400 Subject: [PATCH] updated default ignorelist --- src/zona/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zona/config.py b/src/zona/config.py index 2a18f91..5caf860 100644 --- a/src/zona/config.py +++ b/src/zona/config.py @@ -50,7 +50,7 @@ class BuildConfig: include_drafts: bool = False -IGNORELIST = [".git", ".env", "*/.marksman.toml"] +IGNORELIST = [".marksman.toml"] @dataclass