From f1542413b0b43b5738ea9e3a482e826d67593326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 27 Oct 2024 13:45:58 +0800 Subject: [PATCH] fix(gitmodules): Fix incorrect ignore attribute value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren Lin) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e14d94f..24b6493 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,4 +10,4 @@ [submodule "軟體包管理器 Package managers"] path = 軟體包管理器 Package managers url = https://gitlab.com/libre-knowledge/package-managers.git - ignore = true + ignore = dirty