mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
14 lines
170 B
TOML
14 lines
170 B
TOML
[allowlist]
|
|
description = "Ignore test/demo secrets"
|
|
|
|
paths = [
|
|
"docs/.*",
|
|
".*Test.*\\.json",
|
|
".*Development.*"
|
|
]
|
|
|
|
regexes = [
|
|
"FAKE_.*_KEY",
|
|
"TEST_.*_TOKEN"
|
|
]
|