Skip to content

Commit 660d65b

Browse files
committed
Add .git-blame-ignore-revs
This file tells git/GitHub to ignore certain commits from the blame view. The file is configured to exclude a recent solution-wide conversion from block-scoped to file-scoped namespaces, which touched most lines in the repo. With this, GitHub's blame view will ignore the change, making browsing changes on GitHub easier.
1 parent 719cba8 commit 660d65b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.git-blame-ignore-revs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# convert solution to use file-scoped namespaces
2+
e13927f27b47320d8179af850b1ea31e8b24e12b

0 commit comments

Comments
 (0)