fix: store Needle dist assets as plain git blobs, not LFS pointers

Git LFS pointer text was being served as MenuScene.glb, breaking GLTF JSON parse.
Override filter for Needle/**/dist/** so static hosting and Docker get real binaries.

Made-with: Cursor
This commit is contained in:
pelpanagiotis
2026-04-19 23:49:07 +03:00
parent 6947303755
commit dc6c134c2e
15 changed files with 3 additions and 0 deletions
+3
View File
@@ -10,3 +10,6 @@
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
# Vite/Needle dist/ is static hosting: must be real binaries, not LFS pointers (breaks fetch/GLTF load).
Needle/**/dist/** -filter -diff -merge
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.