From fd36b2110aa1526ba0ca3b42a033e5342595fec7 Mon Sep 17 00:00:00 2001 From: Charlie Cruzan Date: Wed, 4 Sep 2024 12:33:52 -1000 Subject: [PATCH] fix: ignore android/bin/ folder for npm --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index e940d1d1d..c0077d3ce 100644 --- a/.npmignore +++ b/.npmignore @@ -12,6 +12,7 @@ lib/typescript/example/ android/src/androidTest/ android/src/test/ android/build/ +android/bin/ ios/Tests/