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
This commit is contained in:
BruceChen 2026-03-21 00:09:58 +08:00
parent c31739ddd1
commit 9c1502600a

6
.gitignore vendored
View file

@ -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