From bf4df84c5ba0f589e351ebbf8d9e114ee63a98c4 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Wed, 3 Apr 2024 08:21:19 +0200 Subject: [PATCH] tweak turbo repo --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index d73ff048..8741b865 100644 --- a/turbo.json +++ b/turbo.json @@ -8,7 +8,8 @@ "!android/build", "src/*.ts", "src/*.tsx", - "cpp/**", + "cpp/*.h", + "cpp/*.cpp", "example/package.json", "example/android", "!example/android/.gradle",