220 B
220 B
gitleaks detect --no-git -v
title = "custom gitleaks config"
[extend]
useDefault = true
[[allowlists]]
description = "ignore folders"
paths = [
'''\.obsidian/.*''',
'''\.git/.*''',
'''work/.*'''
]