mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
9 lines
144 B
TOML
9 lines
144 B
TOML
title = "Custom gitleaks config"
|
||
|
||
[allowlist]
|
||
# Global allowlist patterns (won’t be flagged)
|
||
regexes = []
|
||
paths = [
|
||
"src/utils/init.ts"
|
||
]
|