11 lines
292 B
TOML
11 lines
292 B
TOML
[default]
|
|
# Ignore
|
|
extend-ignore-re = [
|
|
"-{5}BEGIN PGP MESSAGE-{5}(?:$|[^-]{63,}-{5}END PGP MESSAGE-{5})",
|
|
"-{5}BEGIN PGP PUBLIC KEY BLOCK-{5}(?:$|[^-]{63,}-{5}END PGP PUBLIC KEY BLOCK-{5})",
|
|
]
|
|
|
|
[files]
|
|
# Ignore generated files
|
|
extend-exclude = ["gotk-components.yaml", "gotk-sync.yaml"]
|