chore: gitignore tauri-generated schema files

desktop-schema.json and windows-schema.json under crates/jarvis-gui/gen/schemas
are regenerated by tauri-build on every compile and only produce diff noise.
This commit is contained in:
Bossiara13 2026-04-22 17:55:56 +03:00
parent 08245d7de6
commit 893a83d197
3 changed files with 3 additions and 12316 deletions

3
.gitignore vendored
View file

@ -53,3 +53,6 @@ tree.txt
# Ignore AI models
/resources/models/*
# Tauri-generated platform schemas (regenerated on every build)
crates/jarvis-gui/gen/schemas/*-schema.json