From 8c79598b0166dafc96e48d759a6be9ef0c9bb3db Mon Sep 17 00:00:00 2001 From: rtm516 Date: Sun, 1 Mar 2026 19:32:26 +0000 Subject: Remove GameHDD save data and update .gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 788c5390..e24dba26 100644 --- a/.gitignore +++ b/.gitignore @@ -413,11 +413,12 @@ Minecraft.Client/Windows64/GameHDD/ # Intermediate build files (per-project) Minecraft.Client/x64/ Minecraft.Client/Debug/ +Minecraft.Client/x64_Debug/ Minecraft.Client/Release/ +Minecraft.Client/x64_Release/ + Minecraft.World/x64/ -Minecraft.World/x64_Debug/ Minecraft.World/Debug/ +Minecraft.World/x64_Debug/ Minecraft.World/Release/ -Minecraft.World/x64_Release/Minecraft.World.vcxproj.FileListAbsolute.txt -Minecraft.World/x64_Release/Minecraft.World.lib -Minecraft.World/x64_Release/Minecraft.World.lib.recipe +Minecraft.World/x64_Release/ -- cgit v1.2.3