init: 智能制造工厂平台看板项目首次入库

This commit is contained in:
XingCheng3
2026-06-08 16:43:01 +08:00
commit deb8d27ad2
283 changed files with 98483 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
.DS_Store
node_modules
/dist
# 数字孪生模型和大体积渲染资源不入库
public/DMT_WEB/assets/*.hdr
public/DMT_WEB/models/
public/DMT_WEB/models2/
*.glb
*.gltf
*.fbx
*.obj
*.bin
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*