Skip to content

Commit 45c80ea

Browse files
committed
Stop publish useless files (tests\configs\...)
To test: ```sh npm pack --dry-run ```
1 parent dd6075a commit 45c80ea

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
@@ -1,3 +1,6 @@
1+
.github/
2+
.circleci/
3+
14
*.iml
25
.idea/
36
.DS_Store
@@ -7,10 +10,20 @@ android/android.iml
710
android/gradlew
811
android/gradlew.bat
912
android/local.properties
13+
android/.project
14+
android/.settings
15+
*Test.java
1016

1117
ios/.DS_Store
1218

1319
build/
1420
InstabugSample/
1521
node_modules/
1622
coverage/
23+
__tests__/
24+
25+
Dangerfile
26+
babel.config.js
27+
codecov.yml
28+
typescript_validator.js
29+
.prettierrc.js

0 commit comments

Comments
 (0)