The patterns definition file, listing the things that this tool detects as potentially sensitive, is worth a look: <a href="https://github.com/michenriksen/gitrob/blob/master/patterns.json" rel="nofollow">https://github.com/michenriksen/gitrob/blob/master/patterns....</a><p>Special award for most meta pattern:<p><pre><code> "part": "filename",
"type": "regex",
"pattern": "\\A\\.?gitrobrc\\z",
"caption": "Well, this is awkward... Gitrob configuration file",</code></pre>