.gitmodules: only ignore dirty

This commit is contained in:
Aminda Suomalainen 2025-04-09 10:49:32 +03:00
parent 03a801bda1
commit 79ec8a28a5
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

6
.gitmodules vendored
View File

@ -2,17 +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 ignore= dirty
shallow = true 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 ignore= dirty
shallow = true 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 ignore= dirty
shallow = true shallow = true