From d02e39b67428bd5a742c6f2dbbc88eca3469317d Mon Sep 17 00:00:00 2001 From: Barnabas Balogh Date: Fri, 27 Feb 2026 19:01:20 +0100 Subject: [PATCH] feat: add release directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ea61a1..f294300 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /.idea/assetWizardSettings.xml .DS_Store **/build +**/release /captures .externalNativeBuild .cxx