From 14fc30d982a3be01969420fe536a2d77d741a6f5 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Thu, 8 Jan 2026 11:20:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B7=A5=E7=A8=8B=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ .gitmodules | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index 5de64e7..b6aabce 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ Icon\r\r Network Trash Folder Temporary Items .apdisk + +# CI/CD +.ci diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a2aba7e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".ci/common"] + path = .ci/common + url = https://git.colovu.com/docker/common.git