We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832261a commit f066de1Copy full SHA for f066de1
.npmignore
@@ -53,6 +53,10 @@ android/gradlew.bat
53
android/gradle/
54
55
.idea
56
+yarn/
57
+.yarn
58
+.yarnrc.yml
59
+.release-it.json
60
coverage
61
yarn.lock
62
e2e/
@@ -61,10 +65,12 @@ e2e/
65
.nyc_output
66
android/.settings
63
67
*.coverage.json
68
+*.tgz
64
69
.circleci
70
.eslintignore
71
type-test.ts
72
example
73
+example-other
74
docs
75
.editorconfig
76
.eslintrc
@@ -73,4 +79,4 @@ docs
79
.prettierrc
80
tsconfig.json
81
type-test.tsx
-typedocs
82
+typedocs
0 commit comments