From 82f2cae0f64de7c3bef2c438a18c8f4a9675e08b Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 23 Jun 2025 21:13:38 +0200 Subject: [PATCH] fix: added .cache and build artifacts to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b8680775..3035daa0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,15 @@ config.log .sconf_temp +# build artifacts +*.o +compile_commands.json engine/.github project/.godot build/PROJECT.pck build/PROJECT.x86_64 build/PROJECT.exe build.zip + +# general-purpose cache folder (used by e.g clangd) +.cache