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:
parent
08245d7de6
commit
893a83d197
3 changed files with 3 additions and 12316 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue