Add all dashboard projects

This commit is contained in:
meswork764
2026-05-23 14:07:11 +08:00
commit ba82fbfc14
3550 changed files with 467904 additions and 0 deletions

40
MES_Manage_View_V20/.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# ===== 系统文件 =====
.DS_Store
Thumbs.db
desktop.ini
# ===== 依赖与构建产物 =====
node_modules/
dist/
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ===== 编辑器与IDE =====
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
*.swo
*~
# ===== 环境配置(含敏感信息,不提交)=====
static/config.js
config/dev.env.js
config/prod.env.js
# ===== 数据库备份 =====
*.bak
*.ldf
*.mdf
# ===== 日志与临时文件 =====
debug.log
*.zip
# ===== Webpack 缓存 =====
node_modules/.cache/