Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 334 Bytes

static.ubuntu-mate.org

  • Video assets 📼

Git setup

After creating this repo LFS was enabled via:

git lfs track "*.mp4"
git lfs track "*.webm"
git lfs track "*.webp"
git add .gitattributes
git commit -m "chore: track video files using LFS"