From b5cc20367c373f6c93d19f63d90b180955a003c0 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Fri, 6 Mar 2026 22:31:26 -0600 Subject: [PATCH] Moved gdata_orm to submodules Moved to submodules, as there's an entire project in the repo, and we only want to have the addons folder. Will create a script to copy addons over into the main folder structure. --- .gitmodules | 2 +- submodules/.gdignore | 0 {addons => submodules}/gdata_orm | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 submodules/.gdignore rename {addons => submodules}/gdata_orm (100%) diff --git a/.gitmodules b/.gitmodules index 60a010b9..dce7328d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "addons/gdata_orm"] - path = addons/gdata_orm + path = submodules/gdata_orm url = git@github.com:eumario/GDataORM.git diff --git a/submodules/.gdignore b/submodules/.gdignore new file mode 100644 index 00000000..e69de29b diff --git a/addons/gdata_orm b/submodules/gdata_orm similarity index 100% rename from addons/gdata_orm rename to submodules/gdata_orm