From e190d90594b17fb16849a13198af3f5152414e4c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 10 Nov 2025 09:37:03 +0800 Subject: Replace Git submodule with setup script for documents The .gitmodules file has been removed and replaced with a setup.sh script that handles cloning the documents repository. This provides more flexibility than Git submodules while achieving similar results. The .gitignore has been updated to reflect this change. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6a1cfd7..f3f6ded 100644 --- a/.gitignore +++ b/.gitignore @@ -23,9 +23,9 @@ **/target/ -################## -### SUBMODULES ### -################## +################# +### DOCUMENTS ### +################# # JustEnoughVCS Docs /docs/Documents -- cgit