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