Skip to content

Commit

Permalink
Add .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
drewnoakes committed Dec 11, 2024
1 parent 719cba8 commit 660d65b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# convert solution to use file-scoped namespaces
e13927f27b47320d8179af850b1ea31e8b24e12b

0 comments on commit 660d65b

Please sign in to comment.