From 9beab64e0059c1eb02fb0948dc187617df4c5bd2 Mon Sep 17 00:00:00 2001 From: megaproxy Date: Fri, 22 May 2026 12:32:35 +0100 Subject: [PATCH] Add src-tauri/gen/ to gitignore Forgot to land the gitignore line in the previous commit; the git rm --cached removed the tracked files but new builds would re-add them without this. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5aa37de..7b44db5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ dist/ # Rust / Tauri src-tauri/target/ +src-tauri/gen/ # Editor / OS .DS_Store