.gitmodules: ignore everything and use shallow cloning

This commit is contained in:
Aminda Suomalainen 2025-04-04 12:30:34 +03:00
parent f85fcd2977
commit 653d3a95fa
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

6
.gitmodules vendored
View File

@ -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