chore: ignore tauri generated files and add Cargo.lock

This commit is contained in:
JSR
2026-03-24 17:28:44 +08:00
parent aef528ef46
commit 5a350bee47
2 changed files with 6894 additions and 1 deletions
+5 -1
View File
@@ -40,4 +40,8 @@ coverage.xml
.hypothesis/
.DS_Store
Thumbs.db
```
# Tauri local/generated artifacts
src-tauri/data.sql
src-tauri/gen/
```