init: 广西机电数字孪生看板项目首次入库
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal 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*
|
||||
Reference in New Issue
Block a user