chore: add root taurignore (#10805)

* 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
This commit is contained in:
Lucas Fernandes Nogueira 2024-08-28 11:48:39 -03:00 committed by GitHub
parent f4bfd0722e
commit d1c97bce7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,4 @@
/.changes
/.husky
/audits
/.vscode

16
.taurignore Normal file
View File

@ -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