Track videos with Git LFS and add social media ad clips
Add .gitattributes so *.mp4/*.mov/*.webm are stored via Git LFS, and commit the 8 social-media ad clips (ad-01…ad-08) shown on the new Learn → Videos subpage. The .mp4 files are stored as LFS pointers; the .jpg poster frames remain normal blobs (force-added past the global *.mp4/*.jpg ignore rules). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5135429d91
commit
1241132095
17 changed files with 27 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
*.mov filter=lfs diff=lfs merge=lfs -text
|
||||
*.webm filter=lfs diff=lfs merge=lfs -text
|
||||
Loading…
Add table
Add a link
Reference in a new issue