From 2f6501f36e622d8d10a6f5475482238c7b18e2fa Mon Sep 17 00:00:00 2001 From: u1 Date: Tue, 6 Jan 2026 12:50:35 +0100 Subject: [PATCH] chore: init superproject --- .gitignore | 4 ++++ README.md | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a70187 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +*.swp +*.tmp +*.log diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f35157 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# trade-infra (superproject) + +Repo nadrzędne (superproject) spinające subrepo projektu `trade` jako **git submodules**. + +## Klonowanie + +```bash +git clone --recurse-submodules https://rv32i.pl/trade/trade-infra.git +``` + +## Subrepo + +- `api/` → `trade/trade-api` +- `frontend/` → `trade/trade-frontend` +- `ingestor/` → `trade/trade-ingestor` +- `deploy/` → `trade/trade-deploy` (GitOps dla Argo CD) +- `doc/` → `trade/trade-doc` (dokumentacja + log)