Skip to content

Commit c07d935

Browse files
authored
chore: create .git-blame-ignore-revs (#2955)
1 parent 3cae974 commit c07d935

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
^vignettes/articles$
2727
^\.vscode$
2828
^[\.]?air\.toml$
29+
^\.git-blame-ignore-revs$

.git-blame-ignore-revs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file lists revisions of large-scale formatting/style changes so that
2+
# they can be excluded from git blame results.
3+
#
4+
# To set this file as the default ignore file for git blame, run:
5+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
6+
7+
# https://github.com/r-lib/pkgdown/pull/2865
8+
3245437e22fb284f9e9fbbb62df5ef0ccba47715

0 commit comments

Comments
 (0)