- Remove 55 symlinks/module files from git tracking (build.sh creates them) - Add .gitignore rules for all build.sh module symlinks - Remove 7 non-Sage modules from global_menu.ui: unified_dashboard, integrated_crm_app, customer_management, opportunity_management, contract_management, financial_management, workflow_approval - Keep only Sage modules: dashboard, product_management, supplychain, pricing, discount, llmage, rag, cpcc, msp, platformbiz, accounting, rbac
75 lines
996 B
Plaintext
75 lines
996 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Virtual environment
|
|
py3/
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# PID files
|
|
*.pid
|
|
|
|
# Generated files
|
|
*.pem
|
|
*.key
|
|
merchant_*.pem
|
|
alipay_*.pem
|
|
pay_*.pem
|
|
|
|
# Database
|
|
models/mysql.ddl.sql
|
|
|
|
# pkgs (submodules should be in their own repos)
|
|
pkgs/
|
|
|
|
# wwwroot temp files
|
|
wwwroot/.DS_Store
|
|
wwwroot/*.bak*
|
|
wwwroot/tmp/
|
|
|
|
# Migration scripts (run once, not needed in repo)
|
|
migrate_*.py
|
|
reset_*.py
|
|
check_*.py
|
|
set_*.sh
|
|
setup_*.sh
|
|
|
|
# Sage runtime
|
|
sage.pid
|
|
sage_backend.pid
|
|
|
|
# Swap files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Module symlinks (created by build.sh)
|
|
wwwroot/accounting
|
|
wwwroot/appbase
|
|
wwwroot/bricks
|
|
wwwroot/charge
|
|
wwwroot/cpcc
|
|
wwwroot/dapi
|
|
wwwroot/dashboard_for_sage
|
|
wwwroot/discount
|
|
wwwroot/filemgr
|
|
wwwroot/harnessed_agent
|
|
wwwroot/harnessed_reasoning
|
|
wwwroot/hermes-web-cli
|
|
wwwroot/llmage
|
|
wwwroot/msp
|
|
wwwroot/platformbiz
|
|
wwwroot/pricing
|
|
wwwroot/product_management
|
|
wwwroot/rag
|
|
wwwroot/rbac
|
|
wwwroot/shell_theme.css
|
|
wwwroot/shell_theme.js
|
|
wwwroot/supplychain
|
|
wwwroot/uapi
|
|
wwwroot/unipay
|