Skip to content

Commit 0af05d5

Browse files
committed
fix: ignore bun and ohpm caches in npmignore and gitignore
1 parent 336b6ab commit 0af05d5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ Example/harmony_use_pushy/harmony/entry/src/main/cpp/generated
7171
Example/testHotUpdate/.e2e-artifacts
7272
harmony/pushy/src/main/cpp/android-generated
7373
**/ios/.xcode.env.local
74+
.bun-cache
75+
.ohpm-cache

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ harmony/**
6666

6767
.tmp
6868
.cursor
69+
.e2e-rn077-oldarch
70+
.claude
71+
.bun-cache
72+
.ohpm-cache
6973

7074
android/jni/lzma/bin
7175
android/jni/lzma/DOC

0 commit comments

Comments
 (0)