From 0af05d5fabee7b5914ab3dec7575e9d2fa7aa32d Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 2 Jul 2026 11:44:00 +0800 Subject: [PATCH] fix: ignore bun and ohpm caches in npmignore and gitignore --- .gitignore | 2 ++ .npmignore | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1075b4b8..f65ce24b 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,5 @@ Example/harmony_use_pushy/harmony/entry/src/main/cpp/generated Example/testHotUpdate/.e2e-artifacts harmony/pushy/src/main/cpp/android-generated **/ios/.xcode.env.local +.bun-cache +.ohpm-cache diff --git a/.npmignore b/.npmignore index 69b395ff..c26393a0 100644 --- a/.npmignore +++ b/.npmignore @@ -66,6 +66,10 @@ harmony/** .tmp .cursor +.e2e-rn077-oldarch +.claude +.bun-cache +.ohpm-cache android/jni/lzma/bin android/jni/lzma/DOC