From 653d3a95fac1e0c58c05026ffd7de3bac190ad3b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 4 Apr 2025 12:30:34 +0300 Subject: [PATCH] .gitmodules: ignore everything and use shallow cloning --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index 08c9c1c..be07a40 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,11 +2,17 @@ path = lfs-media url = https://github.com/Mikaela/mikaela.github.io.git branch = lfs-media + ignore = all + shallow = true [submodule "or"] path = or url = https://github.com/Mikaela/ormirror.git branch = master + ignore = all + shallow = true [submodule "ir"] path = ir url = https://github.com/Mikaela/i2pmirror.git branch = master + ignore = all + shallow = true