aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorisaiah <isaiahjclark21@gmail.com>2026-03-01 15:07:50 -0700
committerisaiah <isaiahjclark21@gmail.com>2026-03-01 15:47:31 -0700
commit5109b8c07a8c47ead95a9db3755e40176a96a7a4 (patch)
treed0c491b11fab783544b2d0a864479f13f9baca02 /.gitignore
parent4576e46e7ff0dcc985d38943d371badc6c332449 (diff)
Add CMake build system and source files for Minecraft Client
- Created Compile.md with detailed instructions for building the project using Visual Studio and CMake. - Added ClientSources.cmake to define the source files for the Minecraft Client. - Implemented CopyAssets.cmake to handle asset copying during the build process. - Introduced WorldSources.cmake to list the source files for Minecraft world functionalities.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e24dba26..0a42b42e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -422,3 +422,5 @@ Minecraft.World/Debug/
Minecraft.World/x64_Debug/
Minecraft.World/Release/
Minecraft.World/x64_Release/
+
+build/* \ No newline at end of file