1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Move gifs to git lfs (#5706)

Since we moved pngs to lfs I think we should also move the gifs there.

* [x] I have followed the instructions in the PR template
This commit is contained in:
lucasmerlin
2025-03-03 15:51:43 +01:00
committed by GitHub
parent cd22517280
commit 40bf21728d
12 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ jobs:
exclude_pattern=$(printf "|^%s" "${exclude_paths[@]}" | sed 's/^|//')
if comm -23 <(git ls-files | grep -Ev "$exclude_pattern" | sort) <(git lfs ls-files -n | sort) | grep "\.${ext}$"; then
echo "Error: Found binary file with extension .$ext not tracked by git LFS. See CONTRIBUTING.md"
echo "Error: Found binary file with extension .$ext not tracked by git LFS. See https://github.com/emilk/egui/blob/master/CONTRIBUTING.md#working-with-git-lfs"
exit 1
fi
done