From d1c97bce7b6e404f2c222af9d725d4b4193dfe5c Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Wed, 28 Aug 2024 11:48:39 -0300 Subject: [PATCH] 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 --- .prettierignore | 1 - .taurignore | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .taurignore diff --git a/.prettierignore b/.prettierignore index c20254407..f48313265 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,4 @@ /.changes -/.husky /audits /.vscode diff --git a/.taurignore b/.taurignore new file mode 100644 index 000000000..6e49b1ea8 --- /dev/null +++ b/.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