Skip to content

Commit 7e1093b

Browse files
committed
⚙️ Chore: Add npmignore Config
1 parent ca0cb5f commit 7e1093b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.npmignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Exclude all top-level hidden directories by convention
2+
/.*/
3+
4+
__mocks__
5+
__tests__
6+
7+
/babel.config.js
8+
/android/src/androidTest/
9+
/android/src/test/
10+
/android/build/
11+
/example/
12+
/assets
13+
/example-expo/

0 commit comments

Comments
 (0)