mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-24 19:25:12 +03:00
feat(cli): ignore .DS_Store
by default for dev watcher (#9473)
* feat(cli): ignore `.DS_Store` by default for dev watcher closes #9451 * Update cli-ds-store-dev-watch.md
This commit is contained in:
parent
639d9abfdf
commit
8a63ceb4f3
6
.changes/cli-ds-store-dev-watch.md
Normal file
6
.changes/cli-ds-store-dev-watch.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"tauri-cli": "patch:enhance"
|
||||
"@tauri-apps/cli": "patch:enhance"
|
||||
---
|
||||
|
||||
Ignore `.DS_Store` by default for `tauri dev` hot reloads.
|
@ -2,3 +2,4 @@ node_modules/
|
||||
target/
|
||||
gen/
|
||||
Cargo.lock
|
||||
.DS_Store
|
||||
|
@ -1,2 +1,3 @@
|
||||
node_modules/
|
||||
target/
|
||||
.DS_Store
|
||||
|
Loading…
Reference in New Issue
Block a user