.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 path = lfs-media
url = https://github.com/Mikaela/mikaela.github.io.git url = https://github.com/Mikaela/mikaela.github.io.git
branch = lfs-media branch = lfs-media
ignore = all
shallow = true
[submodule "or"] [submodule "or"]
path = or path = or
url = https://github.com/Mikaela/ormirror.git url = https://github.com/Mikaela/ormirror.git
branch = master branch = master
ignore = all
shallow = true
[submodule "ir"] [submodule "ir"]
path = ir path = ir
url = https://github.com/Mikaela/i2pmirror.git url = https://github.com/Mikaela/i2pmirror.git
branch = master branch = master
ignore = all
shallow = true