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

19 lines
220 B
Markdown

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