From a7713d2c44b5b385144bc36a7ede867aa349ad8f Mon Sep 17 00:00:00 2001 From: ShiftyX1 Date: Mon, 8 Dec 2025 19:09:22 +0300 Subject: [PATCH] chore: update .gitignore to include build artifacts and configuration files --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index c0b0e1c9..615be8eb 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,14 @@ appimage-build/ # libs /libs/ /vcpkg_installed/ + +CMakeCache.txt +cmake_install.cmake +CMakeFiles/ +Makefile +compile_commands.json +VoxelEngine +libVoxelEngineSrc.a +vctest + +.vctest/settings.toml