We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250a84c commit 6a68686Copy full SHA for 6a68686
1 file changed
.npmignore
@@ -48,14 +48,6 @@ local.properties
48
android.iml
49
**/android/**/build
50
51
-# Cocoapods
52
-#
53
-example/ios/Pods
54
-example/ios/Podfile.lock
55
-
56
-# Ruby
57
-example/vendor/
58
59
# node.js
60
#
61
node_modules/
@@ -89,22 +81,16 @@ babel.config.js
89
81
CONTRIBUTING.md
90
82
CODE_OF_CONDUCT.md
91
83
ci-template.ejs
92
-example/node_modules
93
-example.yarn.lock
94
-example/ios/build
95
96
-example/ios/podfile.lock
97
84
lib/typescript/example
98
85
ios/build
99
86
android/build
100
87
android/gradle
101
88
android/gradlew
102
android/gradlew.bat
103
android/local.properties
104
-example/android/build
105
-example/android/app/build
106
-example/android/local.properties
107
**/__tests__/
108
**/__fixtures__/*
109
**/__mocks__/*
110
**/.*
+
+example/
0 commit comments