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) <noreply@anthropic.com>
This commit is contained in:
megaproxy 2026-05-22 12:32:35 +01:00
parent c226f40816
commit 9beab64e00

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ dist/
# Rust / Tauri
src-tauri/target/
src-tauri/gen/
# Editor / OS
.DS_Store