From c62d8b569b66fb867bb015b9193bd1c29e8db05e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Jul 2023 15:05:31 -0500 Subject: [PATCH] Create .gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8f627b3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nextcloud-sync-cron"] + path = nextcloud-sync-cron + url = https://github.com/qcif/nextcloud-sync-cron.git