From c31739ddd1c266de0fa5d3c00dfbab2232bd0379 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Fri, 20 Mar 2026 23:59:06 +0800 Subject: [PATCH] chore: update .gitignore to include Minecraft official source code directory Added a new entry to the .gitignore file to exclude the directory for decompiled Minecraft official source code. Also ensured that the .vscode/launch.json file is not ignored. Made-with: Cursor --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2ebfd2d8..1c8d8eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -383,7 +383,7 @@ FodyWeavers.xsd .vscode/* !.vscode/settings.json !.vscode/tasks.json -!.vscode/launch.json +!.vscode/launch.json`` !.vscode/extensions.json *.code-workspace @@ -419,3 +419,6 @@ FodyWeavers.xsd /docs/l10n/ /docs/.vuepress/public/MCC-README/ + +# Floder to store the decompiled Minecraft official source code +MinecraftOfficial/