Skip to content

Commit

Permalink
git: blame ignore image optimisation pass
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Dec 17, 2024
1 parent 16eb1d5 commit 58ba891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 58ba891

Please sign in to comment.