Skip to content

Commit 45b24e2

Browse files
committed
chore: ignore more files in package.json and .npmignore
1 parent 9642da0 commit 45b24e2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.npmignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ lib/typescript/example
44
**/__fixtures__,
55
**/__mocks__
66
.vscode
7-
.idea
8-
.gradle
7+
**/.idea
8+
**/.gradle
99
android/build/
10-
ios/Build
10+
ios/Build
11+
.circleci

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
"!example",
2222
"!.vscode",
2323
"!**/.idea",
24+
"!**/.gradle",
2425
"!android/build",
25-
"!ios/Build"
26+
"!ios/Build",
27+
".circleci"
2628
],
2729
"scripts": {
2830
"test": "jest",

0 commit comments

Comments
 (0)