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