Skip to content

Commit 58ba891

Browse files
committed
git: blame ignore image optimisation pass
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 16eb1d5 commit 58ba891

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.git-blame-ignore-revs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# all: lint markdown files
22
cda9101702ba38e05c3d776c720855e2b4992229
3+
4+
# images: optimise images using optipng
5+
# find content/ -type f -iname "*.png" -print0 | xargs -I {} -0 optipng -o5 -preserve -clobber "{}"
6+
16eb1d5f0bbcc91ab25f2f56ed6239abf84c963b

0 commit comments

Comments
 (0)