删掉根目录临时 3D 样例模型并移除对应的根级忽略规则
- 删除仓库根目录手工下载的 image_to_model.glb / multiview_to_model.glb / text_to_model.glb 三个临时样例(合计约 125 MB,本来就没入库) - .gitignore:移除只为它们存在的十条根级规则(/*.glb、/*.gltf、/*.fbx、/*.bin、/*.png、/*.jpg、/*.jpeg、/*.webp、/*.ktx2、/*.tga),根目录再出现同类文件会正常显示为未跟踪,不再被静默忽略
This commit is contained in:
-13
@@ -88,16 +88,3 @@ nohup.out
|
||||
spacetime.local.json
|
||||
deploy/container/api-server.env
|
||||
deploy/container/worker-smoke/
|
||||
|
||||
# 仓库根目录下手工下载的 3D 样例模型(Tripo 联调 / 查看器排查用),不入库;
|
||||
# glTF / FBX 多文件产物会带着 .bin 缓冲与贴图落在同一目录,一并忽略
|
||||
/*.[gG][lL][bB]
|
||||
/*.[gG][lL][tT][fF]
|
||||
/*.[fF][bB][xX]
|
||||
/*.[bB][iI][nN]
|
||||
/*.[pP][nN][gG]
|
||||
/*.[jJ][pP][gG]
|
||||
/*.[jJ][pP][eE][gG]
|
||||
/*.[wW][eE][bB][pP]
|
||||
/*.[kK][tT][xX]2
|
||||
/*.[tT][gG][aA]
|
||||
|
||||
Reference in New Issue
Block a user