updated default ignorelist

This commit is contained in:
Daniel Fichtinger 2025-07-05 17:40:52 -04:00
parent 47be4986a5
commit 7c52f28aa7

View file

@ -50,7 +50,7 @@ class BuildConfig:
include_drafts: bool = False
IGNORELIST = [".git", ".env", "*/.marksman.toml"]
IGNORELIST = [".marksman.toml"]
@dataclass