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