summaryrefslogtreecommitdiffstats
path: root/.mlc_config.json
blob: ccdb194413e68263ca70bcce1dfe7abe8268c55a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "ignorePatterns": [
		{
			"pattern": "^https:\/\/pi-hole.net"
		}
	],
    "replacementPatterns": [
        {
            "pattern": "^/",
            "replacement": "/github/workspace/"
        }
    ]
}