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