# gitleaks configuration for blob-decoder. Extends the bundled default ruleset;
# allowlists generated / build-output trees (all gitignored, never source) so a
# full `gitleaks dir .` stays clean and fast. The pre-commit hook scans only
# staged files regardless.
[]
= true
[]
= "Project-specific allowlist"
= [
'''(^|/)target/''',
]