diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 13:42:16 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 13:42:16 +0000 |
commit | 4e60f91f3e87b63cfc6e20149d7a876bd6a538fe (patch) | |
tree | bb2cfc9ce00def916c9c23ca110de9c87f2c1621 | |
parent | de688444d167fdb80c6e88b8ba837405ba7651a6 (diff) |
Add ignore revs file
-rw-r--r-- | .git-blame-ignore-revs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..24698f7 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,6 @@ +# Run this command to always ignore formatting commits in `git blame` +# git config blame.ignoreRevsFile .git-blame-ignore-revs +# From: https://www.stefanjudis.com/today-i-learned/how-to-exclude-commits-from-git-blame/ + +# Change everything to 2 spaces +a390b02416777b045f03a286bfbb02ac369571e6
\ No newline at end of file |