Spaces:
Sleeping
Sleeping
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- .gitattributes +3 -3
.gitattributes
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
# LUNA.png
|
| 2 |
-
#
|
| 3 |
-
#
|
| 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
|