From 1010eadf7f29b84a8ef4bea70635140532425a4a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 30 Jan 2026 21:08:00 +0400 Subject: [PATCH] Add generated_code to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63c2bac..b7fb871 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ data/ build libs app/build -CMakeLists.txt.user \ No newline at end of file +CMakeLists.txt.user +generated_code