From 5bfd8894e3b8215ffcb5c6665974a81ae59eb446 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:59:36 -0400 Subject: [PATCH] Update .gitignore to include .idea directory and change submodule URL for 4JLibs --- .gitignore | 2 ++ .gitmodules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38295e03..741a587e 100644 --- a/.gitignore +++ b/.gitignore @@ -423,3 +423,5 @@ result-* # macOS .DS_Store + +.idea/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index ef1d83b8..52b37ee0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Minecraft.Client/Windows64/4JLibs"] path = Minecraft.Client/Windows64/4JLibs - url = https://github.com/Patoke/4JLibs.git + url = https://gitea.str1k3r.xyz/str1k3r/4JLibs.git