Files
Docker7530 7f14056210 1778682052
2026-05-13 22:20:54 +08:00

220 B

gitleaks detect --no-git -v

title = "custom gitleaks config"

[extend]
useDefault = true

[[allowlists]]
description = "ignore folders"

paths = [
  '''\.obsidian/.*''',
  '''\.git/.*''',
  '''work/.*'''
]