commit f20aa2b22c5c166ffdc9f0ffed7587d4133d8bc2 parent f9fd431f42c9df99bd9b5bc83119fb981a3bd211 Author: Florian Dold <florian@dold.me> Date: Tue, 5 Sep 2023 18:43:16 +0200 re-add missing images files Diffstat:
| M | .gitignore | | | 11 | ++++++++--- |
| A | images/auditor-db.png | | | 0 | |
| A | images/exchange-db.png | | | 0 | |
| A | images/merchant-db.png | | | 0 | |
| A | images/replication.png | | | 0 |
5 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,6 +1,12 @@ _build *.pyc -*.png prebuilt .vscode -vtestenv/ -\ No newline at end of file +vtestenv/ + +# generated images +images/transaction-*.png +images/arch-api.png +images/coin.png +images/deposit.png +images/reserve.png diff --git a/images/auditor-db.png b/images/auditor-db.png Binary files differ. diff --git a/images/exchange-db.png b/images/exchange-db.png Binary files differ. diff --git a/images/merchant-db.png b/images/merchant-db.png Binary files differ. diff --git a/images/replication.png b/images/replication.png Binary files differ.