From 79ec8a28a5b89a7a087309630ae1d7f2981dc034 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 9 Apr 2025 10:49:32 +0300 Subject: [PATCH] .gitmodules: only ignore dirty --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index be07a40..47c8d2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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