husseinelsaadi Claude Opus 4.8 commited on
Commit
0a6845b
·
1 Parent(s): c28f81f

Document Git LFS tracking for binary assets (HF requires LFS)

Browse files
Files changed (1) hide show
  1. .gitattributes +3 -3
.gitattributes CHANGED
@@ -1,5 +1,5 @@
1
- # LUNA.png (~2.4MB) and the demo .mp4 (~0.9MB) are small enough to commit directly.
2
- # They are intentionally NOT tracked by Git LFS so the deployed Space always has the
3
- # real binaries (an un-pushed LFS object would otherwise show a broken image).
4
  *.png filter=lfs diff=lfs merge=lfs -text
5
  *.mp4 filter=lfs diff=lfs merge=lfs -text
 
1
+ # Binary assets (LUNA.png, the demo .mp4) are stored via Git LFS — the
2
+ # Hugging Face Space requires binaries to go through LFS/Xet rather than raw
3
+ # git blobs. The real LFS objects are pushed so the Space serves the actual files.
4
  *.png filter=lfs diff=lfs merge=lfs -text
5
  *.mp4 filter=lfs diff=lfs merge=lfs -text