diff options
| author | rtm516 <ryantmilner@hotmail.co.uk> | 2026-03-01 19:32:26 +0000 |
|---|---|---|
| committer | rtm516 <ryantmilner@hotmail.co.uk> | 2026-03-01 19:32:26 +0000 |
| commit | 8c79598b0166dafc96e48d759a6be9ef0c9bb3db (patch) | |
| tree | 5a6e31f8249249efb5ad5a32a4a2b25392922eb6 /.gitignore | |
| parent | d76650f33346e9fc31cd1f061c37b35dd22b9b9b (diff) | |
Remove GameHDD save data and update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -413,11 +413,12 @@ Minecraft.Client/Windows64/GameHDD/ # Intermediate build files (per-project) Minecraft.Client/x64/ Minecraft.Client/Debug/ +Minecraft.Client/x64_Debug/ Minecraft.Client/Release/ +Minecraft.Client/x64_Release/ + Minecraft.World/x64/ -Minecraft.World/x64_Debug/ Minecraft.World/Debug/ +Minecraft.World/x64_Debug/ Minecraft.World/Release/ -Minecraft.World/x64_Release/Minecraft.World.vcxproj.FileListAbsolute.txt -Minecraft.World/x64_Release/Minecraft.World.lib -Minecraft.World/x64_Release/Minecraft.World.lib.recipe +Minecraft.World/x64_Release/ |
