From d72a037d5a5ae6063f9d675f41a6255729dd00f7 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 14 May 2025 11:34:46 +0200 Subject: [PATCH] feat: added compile_commands.json to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 512945a0..7883f2a1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ config.log .sconf_temp .cache/ +compile_commands.json engine/.github project/.godot