chore: 初始化漳州职院数字孪生看板项目
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
*.zip
|
||||
*.7z
|
||||
*.rar
|
||||
|
||||
# Large 3D/model assets are managed outside Git
|
||||
**/models/
|
||||
*.glb
|
||||
*.gltf
|
||||
*.fbx
|
||||
*.obj
|
||||
*.mtl
|
||||
*.stl
|
||||
*.dae
|
||||
*.3ds
|
||||
*.blend
|
||||
*.hdr
|
||||
*.exr
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.cursor
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw*
|
||||
Reference in New Issue
Block a user