We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b4ea10 + 45c80ea commit a5de757Copy full SHA for a5de757
.npmignore
@@ -1,3 +1,6 @@
1
+.github/
2
+.circleci/
3
+
4
*.iml
5
.idea/
6
.DS_Store
@@ -7,10 +10,20 @@ android/android.iml
7
10
android/gradlew
8
11
android/gradlew.bat
9
12
android/local.properties
13
+android/.project
14
+android/.settings
15
+*Test.java
16
17
ios/.DS_Store
18
19
build/
20
InstabugSample/
21
node_modules/
22
coverage/
23
+__tests__/
24
25
+Dangerfile
26
+babel.config.js
27
+codecov.yml
28
+typescript_validator.js
29
+.prettierrc.js
0 commit comments