chore: remove module wwwroot symlinks from git tracking

These are intermediate symlinks created by build.sh, not source files.
This commit is contained in:
yumoqing 2026-07-07 13:26:21 +08:00
parent 4927f7f330
commit d8bd26d37b
18 changed files with 22 additions and 16 deletions

18
.gitignore vendored
View File

@ -18,3 +18,21 @@ wwwroot/bricks
wwwroot/bugfix
wwwroot/pricing
wwwroot/supplychain
# Module wwwroot symlinks (managed by build.sh, not tracked in git)
wwwroot/accounting
wwwroot/appbase
wwwroot/charge
wwwroot/cpcc
wwwroot/dapi
wwwroot/dashboard_for_sage
wwwroot/discount
wwwroot/filemgr
wwwroot/llmage
wwwroot/msp
wwwroot/platformbiz
wwwroot/product_management
wwwroot/rag
wwwroot/rbac
wwwroot/uapi
wwwroot/unipay

View File

@ -54,6 +54,10 @@ def main():
initEnv()
env = ServerEnv()
env.get_module_dbname = get_module_dbname
# Mock event_dispatcher for standalone mode
class _MockDispatcher:
def bind(self, *a, **kw): pass
env.event_dispatcher = _MockDispatcher()
load_appbase()
load_accounting()
load_pricing()

View File

@ -1 +0,0 @@
/d/ymq/repos/accounting/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/appbase/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/charge/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/cpcc/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/dapi/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/dashboard_for_sage/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/discount/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/filemgr/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/llmage/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/msp/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/platformbiz/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/product_management/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/rag/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/rbac/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/uapi/wwwroot

View File

@ -1 +0,0 @@
/d/ymq/repos/unipay/wwwroot