home: git: add 'ignoreRevsFile'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

I'm surprised I hadn't configured it already.

`.git-blame-ignore-revs` is the usual name, as most forges automatically
detect and use it.
This commit is contained in:
Bruno BELANYI 2025-03-19 11:45:07 +00:00
parent dc4221fc17
commit 5ae2eacd49

View file

@ -75,6 +75,7 @@ in
# Makes it a bit more readable # Makes it a bit more readable
blame = { blame = {
coloring = "repeatedLines"; coloring = "repeatedLines";
ignoreRevsFile = ".git-blame-ignore-revs";
markIgnoredLines = true; markIgnoredLines = true;
markUnblamables = true; markUnblamables = true;
}; };