Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
"required": ["url"],
"properties": {
"url": { "type": "string" },
"title": { "type": "string" }
},
"additionalProperties": false
}