1778682052

This commit is contained in:
Docker7530
2026-05-13 22:20:54 +08:00
parent 6b50219f55
commit 7f14056210
96 changed files with 3297 additions and 354 deletions
+18
View File
@@ -0,0 +1,18 @@
gitleaks detect --no-git -v
```toml
title = "custom gitleaks config"
[extend]
useDefault = true
[[allowlists]]
description = "ignore folders"
paths = [
'''\.obsidian/.*''',
'''\.git/.*''',
'''work/.*'''
]
```