From 0c4cb0f3a68d089c3cfcf67641465af6d1f9ddc2 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Mon, 10 Aug 2026 12:40:18 +0800 Subject: [PATCH] chore: add attachmentQRCodeGenerator as submodule under tools/ Promotes the previously untracked standalone repo to a proper submodule under tools/. xlsm/btw stay as local working files in the submodule worktree (ignored by .gitignore); only VBA-Excel/ source is versioned. Co-Authored-By: Claude --- .gitmodules | 3 +++ tools/attachmentQRCodeGenerator | 1 + 2 files changed, 4 insertions(+) create mode 160000 tools/attachmentQRCodeGenerator diff --git a/.gitmodules b/.gitmodules index f50cc28..2a92372 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "WareShipManifest"] path = tools/WareShipManifest url = git@gitea.misdev.icu:CargoTrace/WareShipManifest.git +[submodule "tools/attachmentQRCodeGenerator"] + path = tools/attachmentQRCodeGenerator + url = git@gitea.misdev.icu:CargoTrace/attachmentQRCodeGenerator.git diff --git a/tools/attachmentQRCodeGenerator b/tools/attachmentQRCodeGenerator new file mode 160000 index 0000000..419723c --- /dev/null +++ b/tools/attachmentQRCodeGenerator @@ -0,0 +1 @@ +Subproject commit 419723c809b911f876d5b9b214ba097b9fa2c543