Skip to content

Commit 8a63ceb

Browse files
authored
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
1 parent 639d9ab commit 8a63ceb

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.changes/cli-ds-store-dev-watch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": "patch:enhance"
3+
"@tauri-apps/cli": "patch:enhance"
4+
---
5+
6+
Ignore `.DS_Store` by default for `tauri dev` hot reloads.

tooling/cli/tauri-dev-watcher.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
target/
33
gen/
44
Cargo.lock
5+
.DS_Store

tooling/cli/tauri.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
target/
3+
.DS_Store

0 commit comments

Comments
 (0)