From 9c1502600a4eaba3d898490651e72ec3962b3004 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Sat, 21 Mar 2026 00:09:58 +0800 Subject: [PATCH] chore: update .gitignore to include additional debug files Added entries to the .gitignore file to exclude possible debug files related to Minecraft, including language files, input configurations, and backup files. Made-with: Cursor --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1c8d8eb1..6a75425a 100644 --- a/.gitignore +++ b/.gitignore @@ -422,3 +422,9 @@ FodyWeavers.xsd # Floder to store the decompiled Minecraft official source code MinecraftOfficial/ + +# Possible debug files +/lang/* +/mcc_input.txt +/MinecraftClient.ini +/MinecraftClient.backup.ini