This commit is contained in:
Tony
2026-01-20 23:26:51 +08:00
parent 2deba9ca04
commit 4b7038176c

View File

@@ -248,7 +248,7 @@ src/generated/*.rs
deny.toml
```
`.taurignore` files are usually put in the `src-tauri` directory or [cargo worksapce](https://doc.rust-lang.org/cargo/reference/workspaces.html) root folder,
`.taurignore` files are usually put in the `src-tauri` directory or [cargo workspace](https://doc.rust-lang.org/cargo/reference/workspaces.html) root folder,
currently, `tauri dev` looks for `.taurignore` from anywhere inside the common ancestor of watched folders and cargo workspace root folder
### Using the Browser DevTools