From c9c548fac3d593bad868b4f0834fb4b932bcfdea Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 Jan 2026 00:29:16 +0100 Subject: [PATCH] auto-git: [change] .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2fe0f93..46cfc61 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ coverage/ npm-debug.log* yarn-debug.log* yarn-error.log* -src-tauri/target/ \ No newline at end of file +src-tauri/target/ +src-tauri/gen/ \ No newline at end of file