Files
bj_power/.gitignore
T
SunYF f274da044c feat: 重构BOM架构,新增基础设置与虚拟工位管理功能
本次重构删除原有BOM物料清单表,改用工单工艺组合×工艺物料清单作为唯一用料来源;新增系统基础设置表支持WMS地址、日志保留天数等配置,新增虚拟工位作业管理后台接口与前端页签控制功能,同时优化工位号校验逻辑、事件日志自动清理与工单用料查询能力。
2026-09-23 11:41:28 +08:00

81 lines
1009 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -- 通用 --
# Node
node_modules/
dist/
build/
*.local
# Go
bin/
target/
tmp/
*.exe
*.exe~
*.dll
*.so
*.dylib
__debug_bin*
vendor/
# 前端产物(npm run build 生成,不纳入版本管理)
/public/
frontend/dist/
frontend/public/
frontend/node_modules/
# 各工程 vite 构建产物:只忽略 hash 命名的 assets,保留 index.html 供 go:embed
/**/public/assets/
/**/web/static/assets/
hbuilderx/
unpackage/
# 日志 / 上传 / 数据
logs/
*.log
uploads/
*.db
dump.rdb
# 工具 / IDE
.idea/
.vscode/
*.iml
.DS_Store
Thumbs.db
.Trae/
.trae/
*.swp
*.swo
*~
*.bak
*.tmp
# 环境变量
.env
.env.*
# 测试
coverage/
.coverage
*.lcov
# MCP/调试产物
.deepseek/
.playwright-mcp/
.claude/
.workbuddy/
debug/
# 各工程编译产物(避免误提交)
**/bin/
**/temp/
# AI 辅助开发工具产物(不入库;文件已移至仓库外 D:/hardman/bj_power_dev/
/e2e_*.py
/shots_capture.py
/build_pdf.py
/demo_seed.py
/shots/
/e2e_tmp/
/attachments/
/__pycache__/
/shots_capture.log