mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Configure Git submodules for MainWP repositories
This commit is contained in:
parent
07f70a5aea
commit
658e1869c2
1 changed files with 9 additions and 2 deletions
11
.gitmodules
vendored
11
.gitmodules
vendored
|
@ -1,2 +1,9 @@
|
|||
# This file is intentionally empty to prevent Git from treating directories as submodules
|
||||
# It helps avoid false positives in CI environments while maintaining a clean repository structure
|
||||
[submodule "sources/mainwp-child"]
|
||||
path = sources/mainwp-child
|
||||
url = https://github.com/mainwp/mainwp-child.git
|
||||
ignore = dirty
|
||||
|
||||
[submodule "sources/mainwp-dashboard"]
|
||||
path = sources/mainwp-dashboard
|
||||
url = https://github.com/mainwp/mainwp.git
|
||||
ignore = dirty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue