Skip to content

Commit f515663

Browse files
committed
Add .git-blame-ignore-revs file for previous commit
See https://www.stefanjudis.com/today-i-learned/how-to-exclude-commits-from-git-blame/
1 parent ebcdf8a commit f515663

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Run this command to always ignore formatting commits in `git blame`
2+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
3+
4+
# Formatted all code using Prettier instead of tsfmt
5+
ebcdf8ad0bb5bcb3efa679211709671716b892ba

0 commit comments

Comments
 (0)