Codingo / .gitattributes
husseinelsaadi
Document Git LFS tracking for binary assets (HF requires LFS)
0a6845b
Raw
History Blame Contribute Delete
317 Bytes
# Binary assets (LUNA.png, the demo .mp4) are stored via Git LFS — the
# Hugging Face Space requires binaries to go through LFS/Xet rather than raw
# git blobs. The real LFS objects are pushed so the Space serves the actual files.
*.png filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text