We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9642da0 commit 45b24e2Copy full SHA for 45b24e2
.npmignore
@@ -4,7 +4,8 @@ lib/typescript/example
4
**/__fixtures__,
5
**/__mocks__
6
.vscode
7
-.idea
8
-.gradle
+**/.idea
+**/.gradle
9
android/build/
10
-ios/Build
+ios/Build
11
+.circleci
package.json
@@ -21,8 +21,10 @@
21
"!example",
22
"!.vscode",
23
"!**/.idea",
24
+ "!**/.gradle",
25
"!android/build",
- "!ios/Build"
26
+ "!ios/Build",
27
+ ".circleci"
28
],
29
"scripts": {
30
"test": "jest",
0 commit comments