* 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
@@ -1,5 +1,4 @@
/.changes
-/.husky
/audits
/.vscode
@@ -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