refactor: Configure subrepositorios for backend, frontend, database
- Add .gitmodules with references to independent subrepos - Update .gitignore to exclude subrepo directories
This commit is contained in:
parent
59f1e3badf
commit
23786ad49f
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,3 +1,11 @@
|
|||||||
|
# =============================================================================
|
||||||
|
# SUBREPOSITORIOS - Tienen sus propios repositorios independientes
|
||||||
|
# Ver .gitmodules para referencias
|
||||||
|
# =============================================================================
|
||||||
|
backend/
|
||||||
|
frontend/
|
||||||
|
database/
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
|||||||
16
.gitmodules
vendored
Normal file
16
.gitmodules
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# =============================================================================
|
||||||
|
# Subrepositorios de erp-core
|
||||||
|
# Cada subproyecto tiene su propio repositorio para deployment independiente
|
||||||
|
# =============================================================================
|
||||||
|
|
||||||
|
[submodule "backend"]
|
||||||
|
path = backend
|
||||||
|
url = git@gitea-server:rckrdmrd/erp-core-backend.git
|
||||||
|
|
||||||
|
[submodule "frontend"]
|
||||||
|
path = frontend
|
||||||
|
url = git@gitea-server:rckrdmrd/erp-core-frontend-web.git
|
||||||
|
|
||||||
|
[submodule "database"]
|
||||||
|
path = database
|
||||||
|
url = git@gitea-server:rckrdmrd/erp-core-database.git
|
||||||
Loading…
Reference in New Issue
Block a user