updated default ignorelist
This commit is contained in:
parent
47be4986a5
commit
7c52f28aa7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class BuildConfig:
|
||||||
include_drafts: bool = False
|
include_drafts: bool = False
|
||||||
|
|
||||||
|
|
||||||
IGNORELIST = [".git", ".env", "*/.marksman.toml"]
|
IGNORELIST = [".marksman.toml"]
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue