Files
geMoldInsight/.gitignore
T
cjw eab4137c0a fix(frontend)+chore(deploy): 修复明细表格渲染 + static/ 改服务器构建
- SalesOrdersTab/PurchaseOrdersTab/MaterialsTab/ProductsTab: t-table 明细行不渲染(push/splice 改新数组引用)+ Decimal 算术类型错误(Number() 包裹)
- static/ 不再进 git(.gitignore),改为 deploy.sh 在服务器 npm run build
- 新增 deploy.sh:拉取 + 构建前端 + 重启后端
2026-08-03 16:12:34 +08:00

32 lines
402 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.
# Python 虚拟环境
venv/
.venv/
# Python 缓存文件
__pycache__/
*.pyc
*.pyo
*.pyd
# IDE 配置
.idea/
.vscode/
# 项目临时文件
.DS_Store
*.log
1panel.env
*.env.local
logs/
# 运行时生成的目录
uploads/
html_output/
# 前端构建产物(由 deploy.sh 在部署时 npm run build 生成,不进 git)
static/
# 不再需要在 src/ 下跟踪这些
src/uploads/
src/html_output/