chore: remove module wwwroot symlinks from git tracking
These are intermediate symlinks created by build.sh, not source files.
This commit is contained in:
parent
4927f7f330
commit
d8bd26d37b
18
.gitignore
vendored
18
.gitignore
vendored
@ -18,3 +18,21 @@ wwwroot/bricks
|
|||||||
wwwroot/bugfix
|
wwwroot/bugfix
|
||||||
wwwroot/pricing
|
wwwroot/pricing
|
||||||
wwwroot/supplychain
|
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
|
||||||
|
|||||||
@ -54,6 +54,10 @@ def main():
|
|||||||
initEnv()
|
initEnv()
|
||||||
env = ServerEnv()
|
env = ServerEnv()
|
||||||
env.get_module_dbname = get_module_dbname
|
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_appbase()
|
||||||
load_accounting()
|
load_accounting()
|
||||||
load_pricing()
|
load_pricing()
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/accounting/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/appbase/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/charge/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/cpcc/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/dapi/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/dashboard_for_sage/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/discount/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/filemgr/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/llmage/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/msp/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/platformbiz/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/product_management/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/rag/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/rbac/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/uapi/wwwroot
|
|
||||||
@ -1 +0,0 @@
|
|||||||
/d/ymq/repos/unipay/wwwroot
|
|
||||||
Loading…
x
Reference in New Issue
Block a user