init: 广西机电数字孪生看板项目首次入库

This commit is contained in:
XingCheng3
2026-06-08 16:03:19 +08:00
commit be80517b6b
253 changed files with 84598 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
.DS_Store
node_modules
/dist
# 数字孪生模型和大体积渲染资源不入库
public/DMT_WEB/models/
public/DMT_WEB/models2/
public/DMT_WEB/assets/*.hdr
*.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*