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