Pārlūkot izejas kodu

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
Lucas Fernandes Nogueira 11 mēneši atpakaļ
vecāks
revīzija
d1c97bce7b
2 mainītis faili ar 16 papildinājumiem un 1 dzēšanām
  1. 0 1
      .prettierignore
  2. 16 0
      .taurignore

+ 0 - 1
.prettierignore

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

+ 16 - 0
.taurignore

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