mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Use some of the stuff from #13
This commit is contained in:
parent
e207cead3a
commit
2f107f405f
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -404,7 +404,17 @@ FodyWeavers.xsd
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/visualstudio
|
# End of https://www.toptal.com/developers/gitignore/api/visualstudio
|
||||||
|
|
||||||
|
enc_temp_folder/
|
||||||
|
|
||||||
|
# Game data / assets
|
||||||
Minecraft.Client/Schematics/
|
Minecraft.Client/Schematics/
|
||||||
Minecraft.Client/Windows64/GameHDD/
|
Minecraft.Client/Windows64/GameHDD/
|
||||||
|
|
||||||
|
# Intermediate build files (per-project)
|
||||||
|
Minecraft.Client/x64/
|
||||||
|
Minecraft.Client/Debug/
|
||||||
|
Minecraft.Client/Release/
|
||||||
|
Minecraft.World/x64/
|
||||||
Minecraft.World/x64_Debug/
|
Minecraft.World/x64_Debug/
|
||||||
enc_temp_folder/
|
Minecraft.World/Debug/
|
||||||
|
Minecraft.World/Release/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue