From 58ba89123f883bf6de86ca2abe8eaa0ae4f95195 Mon Sep 17 00:00:00 2001 From: Luca Zeuch Date: Tue, 17 Dec 2024 15:19:23 +0100 Subject: [PATCH] git: blame ignore image optimisation pass Signed-off-by: Luca Zeuch --- .git-blame-ignore-revs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 3c8d9bc..9d8ea9c 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,6 @@ # all: lint markdown files cda9101702ba38e05c3d776c720855e2b4992229 + +# images: optimise images using optipng +# find content/ -type f -iname "*.png" -print0 | xargs -I {} -0 optipng -o5 -preserve -clobber "{}" +16eb1d5f0bbcc91ab25f2f56ed6239abf84c963b