Skip to content

Commit

Permalink
chore: add root taurignore (#10805)
Browse files Browse the repository at this point in the history
* chore: add root taurignore

enhances the DX of running `tauri dev` in any of the examples folder - we don't need to watch the entire workspace for changes

* extend ignore list
  • Loading branch information
lucasfernog authored Aug 28, 2024
1 parent f4bfd07 commit d1c97bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/.changes
/.husky
/audits
/.vscode

Expand Down
16 changes: 16 additions & 0 deletions .taurignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.changes
.devcontainer
.docker
.github
.scripts
.vscode
audits
bench
packages/api
packages/cli
crates/tauri-cli
crates/tauri-bundler
crates/tauri-driver
crates/tauri-macos-sign
crates/tauri-schema-generator
crates/tests

0 comments on commit d1c97bc

Please sign in to comment.