Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<script>
console.log(JSON.stringify({
numberOfEntries: window.localStorage.length,
testValue: window.localStorage.getItem('test')
}));
</script>