Files
MES_Manage_View_V20/.gitignore
MESWORK 885e70b9fc init: MES_Manage_View_V20 v1.1.0 项目初始化
- Vue 2.7 + Element UI + Webpack 5 前端
- SQL Server 数据库脚本 (script.sql)
- 4份技术文档 (技术分析/功能映射/使用说明书/用户操作手册)
- 存储过程修复 (fix_生产管理_外协报表_查询.sql)
2026-05-21 09:31:44 +08:00

41 lines
538 B
Plaintext

# ===== 系统文件 =====
.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/