Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 643586b

Browse files
authored
add webp to lfs config
webp is a modern alternative to jpg, png and gif which is supported by all browsers
1 parent 53b83b6 commit 643586b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot-git-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[lfs]
2-
fetchinclude = *.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp
2+
fetchinclude = *.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp,*.webp
33
[filter "lfs"]
44
clean = git-lfs clean -- %f
55
smudge = git-lfs smudge -- %f

0 commit comments

Comments
 (0)