mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
c31739ddd1
commit
9c1502600a
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue