From 37c17c45f43fcf6e8e027a4c6943ed9672888830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Tue, 23 Jun 2026 19:46:17 +0200 Subject: [PATCH] chore: add worktree include config --- .worktreeinclude | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .worktreeinclude diff --git a/.worktreeinclude b/.worktreeinclude new file mode 100644 index 000000000..c31642f86 --- /dev/null +++ b/.worktreeinclude @@ -0,0 +1,22 @@ +# JavaScript dependencies +node_modules/ +.pnpm-store/ +examples/test-app/node_modules/ + +# Local environment +.env +.env.* + +# Native build caches +.expo/ +examples/test-app/.expo/ +.build/ +.swiftpm/ +DerivedData/ +android-snapshot-helper/build/ +android-snapshot-helper/dist/ +android-multitouch-helper/build/ +android-multitouch-helper/dist/ + +# Tool caches +.fallow/